[android] Improve custom map server dialog UX

Signed-off-by: NoelClick <dev@noel.click>
This commit is contained in:
NoelClick
2025-12-03 00:12:17 -08:00
committed by jeanbaptisteC
parent 82d2932ba0
commit 76ecd8209e
6 changed files with 104 additions and 37 deletions

View File

@@ -6,15 +6,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<com.google.android.material.button.MaterialButton
android:id="@+id/btn_advanced"
style="@style/MwmWidget.M3.Button.Secondary"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/margin_base_plus"
android:layout_marginEnd="@dimen/margin_base_plus"
android:text="@string/download_resources_advanced"
android:textAppearance="@style/MwmTextAppearance.Body2"/>
<com.google.android.material.checkbox.MaterialCheckBox
android:id="@+id/chb_download_country"
android:layout_width="wrap_content"