[android] Use material component on download screen

Signed-off-by: Jean-Baptiste Charron <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2025-06-06 22:10:58 +02:00
committed by Konstantin Pastbin
parent 45bba5fb5e
commit 0234be60a2
3 changed files with 12 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<CheckBox
<com.google.android.material.checkbox.MaterialCheckBox
android:id="@+id/chb_download_country"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -27,7 +27,7 @@
android:indeterminate="false"
app:indicatorColor="?android:colorAccent"
app:trackColor="@color/bg_routing_progress"/>
<Button
<com.google.android.material.button.MaterialButton
android:id="@+id/btn_download_resources"
style="@style/MwmWidget.Button.Primary"
android:layout_width="match_parent"