summaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/cust_button_primary_black_pressed.xml
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2019-07-11 11:27:32 +0200
committercyBerta <cyberta@riseup.net>2019-07-11 11:27:32 +0200
commit8444b148ad40e73d3a0fe07724d369e18eeb751d (patch)
treeb6cccc449772723f2e1f81e9c1da70921980fd3b /app/src/main/res/drawable/cust_button_primary_black_pressed.xml
parentcc024ad84e29b9dac837ef9ee2fc45125f47c463 (diff)
add minor elevation to vpn start/stop button
Diffstat (limited to 'app/src/main/res/drawable/cust_button_primary_black_pressed.xml')
-rw-r--r--app/src/main/res/drawable/cust_button_primary_black_pressed.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/cust_button_primary_black_pressed.xml b/app/src/main/res/drawable/cust_button_primary_black_pressed.xml
new file mode 100644
index 00000000..38c0aa36
--- /dev/null
+++ b/app/src/main/res/drawable/cust_button_primary_black_pressed.xml
@@ -0,0 +1,8 @@
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_pressed="true">
+ <shape android:shape="rectangle">
+ <corners android:radius="16dp"/>
+ <solid android:color="@color/black800_secondary"/>
+ </shape>
+ </item>
+</layer-list> \ No newline at end of file