[android]: Fixed the appearance of an extra margin in the dialog when there is no title.

Also, add a tools:text attribute to the dialog_missed_maps.xml layout
for better preview in Android Studio.
This commit is contained in:
Mihail Mitrofanov
2025-06-17 11:50:34 +02:00
committed by Konstantin Pastbin
parent 92d7499012
commit 957afb1709
2 changed files with 12 additions and 9 deletions

View File

@@ -15,6 +15,7 @@
android:paddingEnd="@dimen/margin_base_plus"
android:textAppearance="@style/MwmTextAppearance.Body2"
android:visibility="gone"
tools:text="Select maps to download"
tools:visibility="visible"/>
<View