mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-02-18 05:17:08 +01:00
Add margin to FM frequency picker preset buttons
This commit is contained in:
parent
4688f7d43c
commit
99769702db
@ -47,6 +47,7 @@
|
||||
android:id="@+id/frequency_preset1"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="8dp"
|
||||
android:layout_weight="1"
|
||||
android:text="" />
|
||||
|
||||
@ -61,6 +62,7 @@
|
||||
android:id="@+id/frequency_preset3"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="8dp"
|
||||
android:layout_weight="1"
|
||||
android:text="" />
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user