diff options
author | ByteHamster <info@bytehamster.com> | 2020-05-03 17:45:58 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2020-05-03 17:45:58 +0200 |
commit | d0cd9d0b2bc7c05a2d76ee8fe9a869709bc62167 (patch) | |
tree | c834a58c82fab306c695a6000433eec8dacdeae2 /core | |
parent | 2a6016822b15e08e1377740aecd262ef32d844d7 (diff) | |
download | AntennaPod-d0cd9d0b2bc7c05a2d76ee8fe9a869709bc62167.zip |
Do not display buttons in all-caps
Diffstat (limited to 'core')
-rw-r--r-- | core/src/main/res/values/styles.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/main/res/values/styles.xml b/core/src/main/res/values/styles.xml index 6f275361b..2b7be1713 100644 --- a/core/src/main/res/values/styles.xml +++ b/core/src/main/res/values/styles.xml @@ -18,6 +18,7 @@ <item name="currently_playing_background">@color/highlight_light</item> <item name="action_icon_color">@color/black</item> <item name="drawer_activated_color">@color/highlight_light</item> + <item name="android:textAllCaps">false</item> <item name="storage">@drawable/ic_storage_black</item> <item name="ic_network">@drawable/ic_network_black</item> @@ -90,6 +91,7 @@ <item name="master_switch_background">@color/master_switch_background_dark</item> <item name="currently_playing_background">@color/highlight_dark</item> <item name="action_icon_color">@color/white</item> + <item name="android:textAllCaps">false</item> <item name="storage">@drawable/ic_storage_white</item> <item name="ic_network">@drawable/ic_network_white</item> |