summaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/button_setup_circle_progress.xml
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2023-08-04 13:11:45 +0200
committercyBerta <cyberta@riseup.net>2023-08-04 13:11:45 +0200
commite3cdc73429b42bdfab9b836bddab49c6b3fc9640 (patch)
treee1af03df6fa8a8f8b21d73086146f130a1ea2db1 /app/src/main/res/drawable/button_setup_circle_progress.xml
parentb0f511db4c55a4afa1ef4812dd2b88d74cf1087f (diff)
implement custom 'start vpn' button design for initial provider setup
Diffstat (limited to 'app/src/main/res/drawable/button_setup_circle_progress.xml')
-rw-r--r--app/src/main/res/drawable/button_setup_circle_progress.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/button_setup_circle_progress.xml b/app/src/main/res/drawable/button_setup_circle_progress.xml
new file mode 100644
index 00000000..be45d207
--- /dev/null
+++ b/app/src/main/res/drawable/button_setup_circle_progress.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:drawable="@drawable/button_setup_circle_progress_pressed" android:state_pressed="true">
+ </item>
+ <item android:drawable="@drawable/button_setup_circle_progress_released">
+ </item>
+</selector> \ No newline at end of file