summaryrefslogtreecommitdiffstats
path: root/res/drawable/progress.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/progress.xml')
-rw-r--r--res/drawable/progress.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/res/drawable/progress.xml b/res/drawable/progress.xml
deleted file mode 100644
index 8e65bd5..0000000
--- a/res/drawable/progress.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:id="@android:id/background" android:drawable="@drawable/progress_bg"/>
- <item android:id="@android:id/progress">
- <clip android:drawable="@drawable/progress_bg2"/>
- </item>
-</layer-list>