mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Debug screen: put both weather buttons in one line next to each other
This commit is contained in:
@@ -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" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user