[android] Use Material components in settings layout

Signed-off-by: Jean-Baptiste Charron <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2025-06-22 10:08:56 +02:00
committed by Konstantin Pastbin
parent b58bacddf1
commit 754748123c

View File

@@ -8,7 +8,7 @@
<include <include
layout="@layout/toolbar_extended"/> layout="@layout/toolbar_extended"/>
<androidx.cardview.widget.CardView <com.google.android.material.card.MaterialCardView
android:layout_width="@dimen/settings_width" android:layout_width="@dimen/settings_width"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_marginTop="?actionBarSize" android:layout_marginTop="?actionBarSize"
@@ -18,6 +18,6 @@
style="@style/MwmWidget.FrameLayout.Elevation" style="@style/MwmWidget.FrameLayout.Elevation"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"/> android:layout_height="match_parent"/>
</androidx.cardview.widget.CardView> </com.google.android.material.card.MaterialCardView>
</FrameLayout> </FrameLayout>