mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-15 21:27:51 +01:00
Alarm Details configuration: set scale factor back to 1
This commit is contained in:
parent
c68182fd42
commit
d3f6b115ee
@ -47,8 +47,8 @@
|
||||
android:id="@+id/alarm_time_picker"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:scaleX="0.7"
|
||||
android:scaleY="0.7"
|
||||
android:scaleX="1"
|
||||
android:scaleY="1"
|
||||
android:layout_marginBottom="20dp" />
|
||||
|
||||
<LinearLayout
|
||||
|
Loading…
Reference in New Issue
Block a user