aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/conversation_list_row.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-09-14 20:51:30 +0200
committerChristian Schneppe <christian@pix-art.de>2018-09-14 20:51:30 +0200
commit9e2b83afa44cc2182773c30af5d0edbf122ec19b (patch)
tree7f2a4205a6871bf4e884c14777dafdec1542ca09 /src/main/res/layout/conversation_list_row.xml
parentabd87c0128241c45522cf20aea42be9d45d7cef9 (diff)
highlight selected conversation in tablet view
Diffstat (limited to 'src/main/res/layout/conversation_list_row.xml')
-rw-r--r--src/main/res/layout/conversation_list_row.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/layout/conversation_list_row.xml b/src/main/res/layout/conversation_list_row.xml
index b00be5a4b..002696ce7 100644
--- a/src/main/res/layout/conversation_list_row.xml
+++ b/src/main/res/layout/conversation_list_row.xml
@@ -13,7 +13,7 @@
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:background="?attr/color_background_secondary"
+ android:background="?android:selectableItemBackground"
android:orientation="horizontal"
android:padding="8dp">