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/subscription_offer_card.xml')
-rw-r--r--android/res/layout/subscription_offer_card.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/android/res/layout/subscription_offer_card.xml b/android/res/layout/subscription_offer_card.xml
index 2a10879ceb..07b86b1cfa 100644
--- a/android/res/layout/subscription_offer_card.xml
+++ b/android/res/layout/subscription_offer_card.xml
@@ -8,7 +8,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content">
- <android.support.v7.widget.CardView
+ <androidx.cardview.widget.CardView
android:id="@+id/annual_price_card"
android:stateListAnimator="@animator/lift_on_touch"
android:clickable="true"
@@ -107,9 +107,9 @@
android:duplicateParentState="true"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
- </android.support.v7.widget.CardView>
+ </androidx.cardview.widget.CardView>
- <android.support.v7.widget.CardView
+ <androidx.cardview.widget.CardView
android:id="@+id/monthly_price_card"
android:stateListAnimator="@animator/lift_on_touch"
android:clickable="true"
@@ -208,5 +208,5 @@
android:background="?attr/bookmarkSubscriptionCardEdge"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
- </android.support.v7.widget.CardView>
+ </androidx.cardview.widget.CardView>
</LinearLayout>