1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-22 14:52:25 +02:00

Debug screen: put both weather buttons in one line next to each other

This commit is contained in:
myxor 2024-01-09 14:57:32 +00:00 committed by José Rebelo
parent 372aa88e6e
commit 5e6d18d413

View File

@ -135,7 +135,7 @@
android:id="@+id/setWeatherButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
grid:layout_columnSpan="2"
android:layout_marginEnd="2dp"
grid:layout_gravity="fill_horizontal"
android:text="Set Weather" />
@ -143,7 +143,7 @@
android:id="@+id/showCachedWeatherButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
grid:layout_columnSpan="2"
android:layout_marginStart="2dp"
grid:layout_gravity="fill_horizontal"
android:text="Show Cached Weather" />