summaryrefslogtreecommitdiff
path: root/platform/android/res/drawable/busy.xml
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/res/drawable/busy.xml')
-rw-r--r--platform/android/res/drawable/busy.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/platform/android/res/drawable/busy.xml b/platform/android/res/drawable/busy.xml
new file mode 100644
index 00000000..f7f42a44
--- /dev/null
+++ b/platform/android/res/drawable/busy.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
+ <corners android:radius="12dp" />
+ <padding android:left="16dp"
+ android:right="16dp"
+ android:top="16dp"
+ android:bottom="16dp" />
+ <solid android:color="@color/busy_indicator" />
+</shape>