mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Add margin to FM frequency picker preset buttons
This commit is contained in:
committed by
Arjan Schrijver
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="" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user