summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-05-03 17:45:58 +0200
committerByteHamster <info@bytehamster.com>2020-05-03 17:45:58 +0200
commitd0cd9d0b2bc7c05a2d76ee8fe9a869709bc62167 (patch)
treec834a58c82fab306c695a6000433eec8dacdeae2
parent2a6016822b15e08e1377740aecd262ef32d844d7 (diff)
downloadAntennaPod-d0cd9d0b2bc7c05a2d76ee8fe9a869709bc62167.zip
Do not display buttons in all-caps
-rw-r--r--app/src/main/res/layout/time_dialog.xml6
-rw-r--r--core/src/main/res/values/styles.xml2
2 files changed, 5 insertions, 3 deletions
diff --git a/app/src/main/res/layout/time_dialog.xml b/app/src/main/res/layout/time_dialog.xml
index 8ada0d6cf..6523bb1be 100644
--- a/app/src/main/res/layout/time_dialog.xml
+++ b/app/src/main/res/layout/time_dialog.xml
@@ -75,19 +75,19 @@
<CheckBox
android:id="@+id/cbShakeToReset"
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/shake_to_reset_label"/>
<CheckBox
android:id="@+id/cbVibrate"
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/timer_vibration_label"/>
<CheckBox
android:id="@+id/chAutoEnable"
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/auto_enable_label"/>
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>