diff options
author | Martin Fietz <Martin.Fietz@gmail.com> | 2015-09-09 23:44:11 +0200 |
---|---|---|
committer | Martin Fietz <Martin.Fietz@gmail.com> | 2015-09-09 23:44:26 +0200 |
commit | 11e70e32938bd6db1d509a8e1aa05a4197a38203 (patch) | |
tree | 6b38778d16c1cb875b6d097ebe0ec0155bf62a6a | |
parent | ea62a37298035c075626d748dba1bc1e31d2ca17 (diff) | |
download | AntennaPod-11e70e32938bd6db1d509a8e1aa05a4197a38203.zip |
Adhere to material design guidelines (uppercase button label) on >= 5.0
-rw-r--r-- | core/src/main/res/values-v21/styles.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/src/main/res/values-v21/styles.xml b/core/src/main/res/values-v21/styles.xml new file mode 100644 index 000000000..42bd358c7 --- /dev/null +++ b/core/src/main/res/values-v21/styles.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + + <style name="Widget.AntennaPod.Button" parent="Widget.AppCompat.Button"> + <item name="textAllCaps">true</item> + </style> + +</resources>
\ No newline at end of file |