aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable/list_item_background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/list_item_background.xml')
-rw-r--r--res/drawable/list_item_background.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/res/drawable/list_item_background.xml b/res/drawable/list_item_background.xml
deleted file mode 100644
index c38cac5..0000000
--- a/res/drawable/list_item_background.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:drawable="@color/background_selected" android:state_selected="true" />
- <item android:drawable="@color/cardview_light_background" android:state_selected="false" />
-</selector>