1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-27 12:26:48 +01:00

Fix margins in body energy and steps fragment

This commit is contained in:
a0z 2024-10-14 22:11:45 +02:00 committed by José Rebelo
parent 75024c8a40
commit cb7053e609
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
<LinearLayout
style="@style/GridTile"
android:layout_marginTop="2dp"
android:layout_marginEnd="1dp">
android:layout_marginStart="1dp">
<TextView
android:id="@+id/body_energy_lost"

View File

@ -64,7 +64,7 @@
</LinearLayout>
<LinearLayout
style="@style/GridTile"
android:layout_marginEnd="1dp"
android:layout_marginStart="1dp"
android:layout_marginTop="2dp"
>