Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'android/res/layout-w1020dp/activity_settings.xml')
-rw-r--r--android/res/layout-w1020dp/activity_settings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/res/layout-w1020dp/activity_settings.xml b/android/res/layout-w1020dp/activity_settings.xml
index 7806acc20d..95a9e0e4a9 100644
--- a/android/res/layout-w1020dp/activity_settings.xml
+++ b/android/res/layout-w1020dp/activity_settings.xml
@@ -8,7 +8,7 @@
<include
layout="@layout/toolbar_extended"/>
- <android.support.v7.widget.CardView
+ <androidx.cardview.widget.CardView
android:layout_width="@dimen/settings_width"
android:layout_height="match_parent"
android:layout_marginTop="?actionBarSize"
@@ -18,6 +18,6 @@
style="@style/MwmWidget.FrameLayout.Elevation"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
- </android.support.v7.widget.CardView>
+ </androidx.cardview.widget.CardView>
</FrameLayout>