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_container.xml')
-rw-r--r--android/res/layout/catalog_promo_container.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/android/res/layout/catalog_promo_container.xml b/android/res/layout/catalog_promo_container.xml
index d00920b142..370747cc8b 100644
--- a/android/res/layout/catalog_promo_container.xml
+++ b/android/res/layout/catalog_promo_container.xml
@@ -81,7 +81,7 @@
android:layout_width="match_parent"
android:layout_height="@dimen/divider_height"
layout="@layout/list_divider"/>
- <android.support.v7.widget.CardView
+ <androidx.cardview.widget.CardView
android:id="@+id/promo_poi_card"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -153,8 +153,8 @@
</LinearLayout>
</LinearLayout>
</LinearLayout>
- </android.support.v7.widget.CardView>
- <android.support.v7.widget.RecyclerView
+ </androidx.cardview.widget.CardView>
+ <androidx.recyclerview.widget.RecyclerView
android:id="@+id/catalog_promo_recycler"
android:layout_width="match_parent"
android:layout_height="wrap_content"