summaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/black_circle_pressed.xml
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2019-07-09 22:51:03 +0200
committercyBerta <cyberta@riseup.net>2019-07-09 22:51:03 +0200
commit0b73725c22c0611bb37263954d80c66374f4f003 (patch)
treef7c60b7073abc99dc8ab4c1d16cc0b6457f27799 /app/src/main/res/drawable/black_circle_pressed.xml
parent7ac4446d834786b0139cb8565b22279ed6955d42 (diff)
add shadow and pressed state for vpn icon button
Diffstat (limited to 'app/src/main/res/drawable/black_circle_pressed.xml')
-rw-r--r--app/src/main/res/drawable/black_circle_pressed.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/black_circle_pressed.xml b/app/src/main/res/drawable/black_circle_pressed.xml
new file mode 100644
index 00000000..d7d646a0
--- /dev/null
+++ b/app/src/main/res/drawable/black_circle_pressed.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
+ <item>
+ <shape android:shape="oval">
+ <solid android:color="@color/black800_secondary"/>
+ <size android:width="250dp" android:height="250dp"/>
+ </shape>
+ </item>
+
+</layer-list> \ No newline at end of file