mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
Fix margins in body energy and steps fragment
This commit is contained in:
parent
75024c8a40
commit
cb7053e609
@ -58,7 +58,7 @@
|
|||||||
<LinearLayout
|
<LinearLayout
|
||||||
style="@style/GridTile"
|
style="@style/GridTile"
|
||||||
android:layout_marginTop="2dp"
|
android:layout_marginTop="2dp"
|
||||||
android:layout_marginEnd="1dp">
|
android:layout_marginStart="1dp">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/body_energy_lost"
|
android:id="@+id/body_energy_lost"
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
style="@style/GridTile"
|
style="@style/GridTile"
|
||||||
android:layout_marginEnd="1dp"
|
android:layout_marginStart="1dp"
|
||||||
android:layout_marginTop="2dp"
|
android:layout_marginTop="2dp"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user