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/item_discovery_expert.xml')
-rw-r--r--android/res/layout/item_discovery_expert.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/res/layout/item_discovery_expert.xml b/android/res/layout/item_discovery_expert.xml
index 2f58dded01..4231d9541a 100644
--- a/android/res/layout/item_discovery_expert.xml
+++ b/android/res/layout/item_discovery_expert.xml
@@ -6,7 +6,7 @@
android:layout_width="wrap_content"
android:padding="@dimen/margin_quarter"
android:clipToPadding="false">
- <android.support.v7.widget.CardView
+ <androidx.cardview.widget.CardView
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<LinearLayout
@@ -58,5 +58,5 @@
</LinearLayout>
<include layout="@layout/item_discovery_button"/>
</LinearLayout>
- </android.support.v7.widget.CardView>
+ </androidx.cardview.widget.CardView>
</FrameLayout>