aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/user_list_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/user_list_item.xml')
-rw-r--r--app/src/main/res/layout/user_list_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/user_list_item.xml b/app/src/main/res/layout/user_list_item.xml
index 71cafacd..aa2d13c9 100644
--- a/app/src/main/res/layout/user_list_item.xml
+++ b/app/src/main/res/layout/user_list_item.xml
@@ -3,7 +3,7 @@
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:background="@drawable/abc_item_background_holo_light">
+ android:background="?attr/selectableItemBackground">
<github.daneren2005.dsub.view.RecyclingImageView
android:id="@+id/item_avatar"