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:
swissalpine 2020-12-30 08:51:56 +01:00 committed by GitHub
parent 1c8ed7b1a2
commit e5fa594068
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"