[android] Add margin around title on the first screen

Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2025-10-24 22:07:50 +02:00
committed by jeanbaptisteC
parent 5bf4a8296c
commit 8a6ce5a561

View File

@@ -30,6 +30,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/margin_base"
android:layout_marginStart="@dimen/margin_base"
android:layout_marginEnd="@dimen/margin_base"
android:gravity="center"
android:text="@string/download_map_title" />
<com.google.android.material.textview.MaterialTextView