summaryrefslogtreecommitdiffstats
path: root/mobile/android/base/resources/drawable/progressbar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/base/resources/drawable/progressbar.xml')
-rw-r--r--mobile/android/base/resources/drawable/progressbar.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/mobile/android/base/resources/drawable/progressbar.xml b/mobile/android/base/resources/drawable/progressbar.xml
deleted file mode 100644
index 627484a1f..000000000
--- a/mobile/android/base/resources/drawable/progressbar.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:id="@android:id/progress">
- <clip>
- <shape>
- <solid android:color="@color/fennec_ui_orange"/>
- </shape>
- </clip>
- </item>
-</layer-list>