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.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/app/src/main/res/drawable/list_item_background.xml b/app/src/main/res/drawable/list_item_background.xml
deleted file mode 100644
index f86d4df1..00000000
--- a/app/src/main/res/drawable/list_item_background.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
- 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>
- </selector>
- </item>
- <item android:drawable="?attr/selectableItemBackground" />
-</layer-list>