summaryrefslogtreecommitdiff
path: root/app/src/custom/res/drawable-anydpi-v24/rotate_progress_image.xml
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2022-12-06 03:17:15 +0100
committercyberta <cyberta@riseup.net>2022-12-06 03:34:57 +0100
commitec380e8b8913835cc50448aa51b75b3925644957 (patch)
treec41601d5b1a27f347c6d702fae611cd8cee6d1ae /app/src/custom/res/drawable-anydpi-v24/rotate_progress_image.xml
parent8510b91343e234d559b39e8e5e14acc7a975506a (diff)
re-adding pngs as fallback for pre-API 24, appearantly Android 6's vector graphic rendering is really broken
Diffstat (limited to 'app/src/custom/res/drawable-anydpi-v24/rotate_progress_image.xml')
-rw-r--r--app/src/custom/res/drawable-anydpi-v24/rotate_progress_image.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/src/custom/res/drawable-anydpi-v24/rotate_progress_image.xml b/app/src/custom/res/drawable-anydpi-v24/rotate_progress_image.xml
new file mode 100644
index 00000000..f84f9034
--- /dev/null
+++ b/app/src/custom/res/drawable-anydpi-v24/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