summaryrefslogtreecommitdiff
path: root/app/src/custom/res/drawable/rotate_progress_image.xml
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2022-12-02 02:08:55 +0100
committercyberta <cyberta@riseup.net>2022-12-02 20:25:19 +0100
commit5afe57ab868ee9e2e27f5b26b9b14de3519c0402 (patch)
treeba0d8c4b31d47be1506b3a89843494b67470c1ca /app/src/custom/res/drawable/rotate_progress_image.xml
parent905cf37dc3e5e7a3a3ffdd80b09cb4be3ccfc806 (diff)
rearranging assets, split them into normal and custom flavor
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