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/catalog_promo_item_card.xml')
-rw-r--r--android/res/layout/catalog_promo_item_card.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/res/layout/catalog_promo_item_card.xml b/android/res/layout/catalog_promo_item_card.xml
index b4e7f3511d..f4d16b300e 100644
--- a/android/res/layout/catalog_promo_item_card.xml
+++ b/android/res/layout/catalog_promo_item_card.xml
@@ -7,7 +7,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
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
@@ -80,5 +80,5 @@
tools:text="PRO"
tools:visibility="visible"
tools:targetApi="lollipop"/>
- </android.support.v7.widget.CardView>
+ </androidx.cardview.widget.CardView>
</FrameLayout>