[android] Improve alignment layout

Signed-off-by: Jean-Baptiste Charron <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2025-08-12 17:38:09 +02:00
committed by Konstantin Pastbin
parent 2df3e3557b
commit 066afe4aa8

View File

@@ -51,6 +51,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="@dimen/margin_base" android:layout_marginTop="@dimen/margin_base"
android:layout_marginEnd="@dimen/margin_quadruple" android:layout_marginEnd="@dimen/margin_quadruple"
android:layout_marginStart="@dimen/margin_half_plus"
android:text="@string/list" android:text="@string/list"
android:textAppearance="@style/MwmTextAppearance.Body3" /> android:textAppearance="@style/MwmTextAppearance.Body3" />
<com.google.android.material.textview.MaterialTextView <com.google.android.material.textview.MaterialTextView