diff options
author | cyberta <cyberta@riseup.net> | 2022-11-30 15:45:54 +0000 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2022-11-30 15:45:54 +0000 |
commit | c0d1a28e5d737fbf24e13ade9fd6988a07ee2719 (patch) | |
tree | 14a07baeb8abfdb9f46a54559bd0e4730c3b4989 /app/src/main/res/drawable/rotate_progress_image.xml | |
parent | fe27b89218ac9bbbfaab302b5c9747c12af47afd (diff) | |
parent | da824fa125a5583d07e8ac2f6585459956d87ac1 (diff) |
Merge branch 'main_ui' into 'master'
Update UI for Bitmask
See merge request leap/bitmask_android!218
Diffstat (limited to 'app/src/main/res/drawable/rotate_progress_image.xml')
-rw-r--r-- | app/src/main/res/drawable/rotate_progress_image.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/rotate_progress_image.xml b/app/src/main/res/drawable/rotate_progress_image.xml new file mode 100644 index 00000000..7b539720 --- /dev/null +++ b/app/src/main/res/drawable/rotate_progress_image.xml @@ -0,0 +1,12 @@ +<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"> + +<!-- + // implement your rotation animation vector image here +--> + +</vector>
\ No newline at end of file |