Change text size to see buttons on small screens
Depending on the length of the explanatory text, not all buttons can be seen on small displays. Some alarms can only be muted by restarting the programme.
This commit is contained in:
parent
1c8ed7b1a2
commit
e5fa594068
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
||||||
android:layout_gravity="center_horizontal"
|
android:layout_gravity="center_horizontal"
|
||||||
android:paddingLeft="10dp"
|
android:paddingLeft="10dp"
|
||||||
android:paddingRight="10dp"
|
android:paddingRight="10dp"
|
||||||
android:textAppearance="@style/TextAppearance.AppCompat.Large" />
|
android:textAppearance="@style/TextAppearance.AppCompat.Small" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/mute_5min"
|
android:id="@+id/mute_5min"
|
||||||
|
|
Loading…
Reference in a new issue