diff options
author | cyBerta <cyberta@riseup.net> | 2019-07-11 11:14:20 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2019-07-11 11:14:20 +0200 |
commit | cc024ad84e29b9dac837ef9ee2fc45125f47c463 (patch) | |
tree | 21c90b154c967ab5a868b00056094c07a6751eb9 /app/src/main/res/values/styles.xml | |
parent | dbef6cf67f3b4b31a806564a04a18a77ab636eb1 (diff) |
add little elevation to custom buttons, change general button shape to custom button shape
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r-- | app/src/main/res/values/styles.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 485a7497..89f55b4c 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -62,6 +62,8 @@ <style name="BitmaskButton" parent="android:Widget.Button"> <item name="android:textAllCaps">true</item> + <item name="android:background">@drawable/cust_button_primary</item> + <item name="android:height">36dp</item> </style> <style name="BitmaskActivity"> |