diff options
| author | cyberta <cyberta@riseup.net> | 2023-10-26 14:47:17 +0000 |
|---|---|---|
| committer | cyberta <cyberta@riseup.net> | 2023-10-26 14:47:17 +0000 |
| commit | b9c9637ab7a7affb92408762b71d534ada62563d (patch) | |
| tree | 3bc4f4eb1145b025cea1243e65a2482df067e330 /app/src/main/res/drawable | |
| parent | d9189bc869cee26ed46c3892385ce0cf4e7fcaaa (diff) | |
| parent | 5be2ebddf13059dc5cf817c99709b8c467f9b6dd (diff) | |
Merge branch 'riseupvpn_setup' into 'master'
RiseupVPN setup
See merge request leap/bitmask_android!257
Diffstat (limited to 'app/src/main/res/drawable')
| -rw-r--r-- | app/src/main/res/drawable/setup_progress_spinner.xml | 28 | ||||
| -rw-r--r-- | app/src/main/res/drawable/setup_rotate_progress_image.png | bin | 0 -> 4945 bytes |
2 files changed, 28 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/setup_progress_spinner.xml b/app/src/main/res/drawable/setup_progress_spinner.xml new file mode 100644 index 00000000..1664e2b7 --- /dev/null +++ b/app/src/main/res/drawable/setup_progress_spinner.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> + <item + android:left="-25dp" + android:right="-25dp" + android:top="-10dp" + android:bottom="-10dp" + > + <animated-rotate + android:drawable="@drawable/setup_rotate_progress_image" + android:pivotX="50.0%" + android:pivotY="50.0%" + android:fromDegrees="0.0" + android:toDegrees="360.0" + > + </animated-rotate> + </item> + <item + android:bottom="15dp" + android:top="15dp" + > + <shape android:shape="oval"> + <solid android:color="@color/white"/> + <size android:width="250dp" android:height="250dp" /> + </shape> + </item> + +</layer-list>
\ No newline at end of file diff --git a/app/src/main/res/drawable/setup_rotate_progress_image.png b/app/src/main/res/drawable/setup_rotate_progress_image.png Binary files differnew file mode 100644 index 00000000..fe7f3526 --- /dev/null +++ b/app/src/main/res/drawable/setup_rotate_progress_image.png |
