summaryrefslogtreecommitdiff
path: root/app/src/custom/res/drawable/rotate_progress_image.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/custom/res/drawable/rotate_progress_image.xml')
-rw-r--r--app/src/custom/res/drawable/rotate_progress_image.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/src/custom/res/drawable/rotate_progress_image.xml b/app/src/custom/res/drawable/rotate_progress_image.xml
new file mode 100644
index 00000000..f84f9034
--- /dev/null
+++ b/app/src/custom/res/drawable/rotate_progress_image.xml
@@ -0,0 +1,14 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt"
+ android:name="circle"
+ android:viewportWidth="91"
+ android:viewportHeight="91"
+ android:width="91dp"
+ android:height="91dp">
+ <path
+ android:pathData="M0 0"
+ android:fillColor="#00000000" />
+ <!--
+ Implement your progress animation vector graphic here.
+ The graphic will rotate behind the cancel button in EipFragment.
+ -->
+</vector> \ No newline at end of file