Skip to content

Commit 654b4ac

Browse files
Bogdan MelnychukBogdan Melnychuk
authored andcommitted
Selectable background added
1 parent 15eb9d8 commit 654b4ac

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

app/src/main/res/layout/layout_header_node.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
android:layout_width="match_parent"
55
android:minHeight="48dp"
66
android:paddingLeft="10dp"
7+
android:background="?android:attr/selectableItemBackground"
78
android:layout_height="match_parent">
89

910

app/src/main/res/layout/layout_icon_node.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
xmlns:app="http://schemas.android.com/apk/res-auto"
44
android:layout_width="match_parent"
55
android:minHeight="48dp"
6+
android:background="?android:attr/selectableItemBackground"
67
android:layout_height="match_parent">
78

89

app/src/main/res/layout/layout_place_node.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
android:minHeight="48dp"
66
android:paddingLeft="10dp"
77
android:paddingRight="10dp"
8+
android:background="?android:attr/selectableItemBackground"
89
android:layout_height="match_parent">
910

1011

app/src/main/res/layout/layout_profile_node.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
android:layout_width="match_parent"
55
android:minHeight="56dp"
66
android:paddingLeft="10dp"
7+
android:background="?android:attr/selectableItemBackground"
78
android:layout_height="match_parent">
89

910

app/src/main/res/layout/layout_selectable_header.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
android:layout_width="match_parent"
55
android:minHeight="48dp"
66
android:paddingLeft="10dp"
7+
android:background="?android:attr/selectableItemBackground"
78
android:layout_height="match_parent">
89

910
<CheckBox

app/src/main/res/layout/layout_selectable_item.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
android:layout_width="match_parent"
55
android:minHeight="48dp"
66
android:paddingLeft="10dp"
7+
android:background="?android:attr/selectableItemBackground"
78
android:layout_height="match_parent">
89

910
<CheckBox

app/src/main/res/layout/layout_social_node.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
android:minHeight="48dp"
66
android:paddingLeft="10dp"
77
android:paddingRight="10dp"
8+
android:background="?android:attr/selectableItemBackground"
89
android:layout_height="match_parent">
910

1011

0 commit comments

Comments
 (0)