diff options
author | cyberta <cyberta@riseup.net> | 2023-11-01 03:52:50 +0000 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2023-11-01 03:52:50 +0000 |
commit | 85eb52e62b55d4fbe9434b250f3a6cecc70d77ec (patch) | |
tree | e320ddae310ea2fea65f563205e9d75e3839858d /app/src/main/res/drawable | |
parent | d173064257b150b3ac344c2e0fd1f892e85edbbc (diff) | |
parent | cdd18e62f6a6fa0821445068049cb0b1de9e00f9 (diff) |
Merge branch 'last_tweaks_before_release' into 'master'
Last tweaks before release
See merge request leap/bitmask_android!262
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r-- | app/src/main/res/drawable/cust_setup_button_primary_pressed.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/app/src/main/res/drawable/cust_setup_button_primary_pressed.xml b/app/src/main/res/drawable/cust_setup_button_primary_pressed.xml index 6fb664d9..69f6e056 100644 --- a/app/src/main/res/drawable/cust_setup_button_primary_pressed.xml +++ b/app/src/main/res/drawable/cust_setup_button_primary_pressed.xml @@ -1,6 +1,16 @@ <?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.android.com/apk/res/android" > - <item> + <item + android:bottom="@dimen/button_bevel_pressed" + > + <shape android:shape="rectangle" > + <corners android:radius="8dp" /> + <solid android:color="@color/colorPrimary_transparent_dark"/> + </shape> + </item> + <item + android:bottom="@dimen/button_bevel" + > <shape android:shape="rectangle" > <corners android:radius="8dp" /> <padding android:left="8dp" android:right="8dp"/> |