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/themes.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/themes.xml')
-rw-r--r-- | app/src/main/res/values/themes.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index b287b1f8..51a8ea0e 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -11,6 +11,7 @@ <!-- button and controls --> <item name="android:buttonStyle">@style/BitmaskButton</item> + <item name="buttonStyle">@style/BitmaskButton</item> </style> <style name="SplashTheme" parent="Theme.AppCompat.NoActionBar"> |