aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/drawable/list_item_background_anim.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawable/list_item_background_anim.xml')
-rw-r--r--app/src/main/res/drawable/list_item_background_anim.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/src/main/res/drawable/list_item_background_anim.xml b/app/src/main/res/drawable/list_item_background_anim.xml
deleted file mode 100644
index 8d9ffa42..00000000
--- a/app/src/main/res/drawable/list_item_background_anim.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<ripple xmlns:android="http://schemas.android.com/apk/res/android"
- android:color="@color/list_item_ripple"> <!-- TODO(msf): get color from theme with ?android/attr: -->
- <item android:drawable="@drawable/list_item_background" />
- <item android:id="@android:id/mask" android:drawable="@android:color/white" /> <!-- TODO(msf): get color from theme with ?android/attr: -->
-</ripple>