aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/drawable/list_item_background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawable/list_item_background.xml')
-rw-r--r--app/src/main/res/drawable/list_item_background.xml11
1 files changed, 2 insertions, 9 deletions
diff --git a/app/src/main/res/drawable/list_item_background.xml b/app/src/main/res/drawable/list_item_background.xml
index f86d4df1..f967f700 100644
--- a/app/src/main/res/drawable/list_item_background.xml
+++ b/app/src/main/res/drawable/list_item_background.xml
@@ -3,15 +3,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<item>
<selector>
- <item
- android:state_activated="true"
- app:state_multiselected="true">
- <color android:color="?attr/colorControlActivated" />
- </item>
- <item
- android:state_activated="true"
- app:state_multiselected="false">
- <color android:color="?attr/colorControlHighlight" />
+ <item app:state_multiselected="true" android:state_activated="true">
+ <color android:color="?attr/colorMultiselectActiveBackground" />
</item>
</selector>
</item>