summaryrefslogtreecommitdiff
path: root/app
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 /app
parent2a6016822b15e08e1377740aecd262ef32d844d7 (diff)
downloadAntennaPod-d0cd9d0b2bc7c05a2d76ee8fe9a869709bc62167.zip
Do not display buttons in all-caps
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/layout/time_dialog.xml6
1 files changed, 3 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"/>