[android] Add custom world map download URL option

- Allow setting a custom map download URL in the "world-download" screen.

Signed-off-by: NoelClick <dev@noel.click>
This commit is contained in:
NoelClick
2025-11-15 19:36:46 -08:00
committed by jeanbaptisteC
parent 6c92264fb0
commit 08e8ebd434
3 changed files with 72 additions and 0 deletions

View File

@@ -6,6 +6,15 @@
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"