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:
parent
75024c8a40
commit
cb7053e609
@ -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"
|
||||
|
@ -64,7 +64,7 @@
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
style="@style/GridTile"
|
||||
android:layout_marginEnd="1dp"
|
||||
android:layout_marginStart="1dp"
|
||||
android:layout_marginTop="2dp"
|
||||
>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user