mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-25 03:16:51 +01:00
Debug screen: put both weather buttons in one line next to each other
This commit is contained in:
parent
372aa88e6e
commit
5e6d18d413
@ -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" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user