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_hotel_product.xml')
-rw-r--r--android/res/layout/item_discovery_hotel_product.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/res/layout/item_discovery_hotel_product.xml b/android/res/layout/item_discovery_hotel_product.xml
index ec63bb94cc..f4f4778bd6 100644
--- a/android/res/layout/item_discovery_hotel_product.xml
+++ b/android/res/layout/item_discovery_hotel_product.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
@@ -80,5 +80,5 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</LinearLayout>
- </android.support.v7.widget.CardView>
+ </androidx.cardview.widget.CardView>
</FrameLayout>