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, 9 insertions, 0 deletions
diff --git a/mobile/android/base/resources/drawable/progressbar.xml b/mobile/android/base/resources/drawable/progressbar.xml
new file mode 100644
index 000000000..627484a1f
--- /dev/null
+++ b/mobile/android/base/resources/drawable/progressbar.xml
@@ -0,0 +1,9 @@
+<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>