Browse Source

Migrate to AndroidX

Wayne 5 years ago
parent
commit
2637d164c4

+ 2 - 2
src/main/res/layout/widget_account_info_card.xml

@@ -1,4 +1,4 @@
-<androidx.appcompat.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
+<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="match_parent"
     android:layout_height="wrap_content">
@@ -229,4 +229,4 @@
             </LinearLayout>
         </RelativeLayout>
     </FrameLayout>
-</androidx.appcompat.widget.CardView>
+</androidx.cardview.widget.CardView>

+ 2 - 2
src/main/res/layout/widget_ad_promote_card.xml

@@ -1,4 +1,4 @@
-<androidx.appcompat.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
+<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
     android:layout_height="wrap_content">
 
@@ -52,4 +52,4 @@
             android:text="@string/home_promote_card_tyr_now_btn_text"
             android:textColor="?attr/colorAccent" />
     </LinearLayout>
-</androidx.appcompat.widget.CardView>
+</androidx.cardview.widget.CardView>

+ 2 - 2
src/main/res/layout/widget_adonit_creative_store_promote_card.xml

@@ -1,4 +1,4 @@
-<androidx.appcompat.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
+<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
     android:id="@+id/view3"
     android:layout_width="match_parent"
     android:layout_height="wrap_content">
@@ -37,4 +37,4 @@
             android:text="@string/creative_store_card_view"
             android:textColor="?attr/colorAccent" />
     </LinearLayout>
-</androidx.appcompat.widget.CardView>
+</androidx.cardview.widget.CardView>

+ 2 - 2
src/main/res/layout/widget_base_card.xml

@@ -1,4 +1,4 @@
-<androidx.appcompat.widget.CardView
+<androidx.cardview.widget.CardView
     xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:app="http://schemas.android.com/apk/res-auto"
     android:layout_width="match_parent"
@@ -98,4 +98,4 @@
             tools:text="action3"
             tools:visibility="visible"/>
     </androidx.constraintlayout.widget.ConstraintLayout>
-</androidx.appcompat.widget.CardView>
+</androidx.cardview.widget.CardView>

+ 2 - 2
src/main/res/layout/widget_creative_store_promote_card.xml

@@ -1,4 +1,4 @@
-<androidx.appcompat.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
+<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
     android:id="@+id/view3"
     android:layout_width="match_parent"
     android:layout_height="wrap_content">
@@ -70,4 +70,4 @@
         </RelativeLayout>
 
     </LinearLayout>
-</androidx.appcompat.widget.CardView>
+</androidx.cardview.widget.CardView>

+ 2 - 2
src/main/res/layout/widget_noteledge_promote_card.xml

@@ -1,4 +1,4 @@
-<androidx.appcompat.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
+<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
     android:layout_height="wrap_content">
 
@@ -57,4 +57,4 @@
             android:text="@string/home_promote_card_tyr_now_btn_text"
             android:textColor="?attr/colorAccent" />
     </LinearLayout>
-</androidx.appcompat.widget.CardView>
+</androidx.cardview.widget.CardView>

+ 2 - 2
src/main/res/layout/widget_pdfreader_promote_card.xml

@@ -1,4 +1,4 @@
-<androidx.appcompat.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
+<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
     android:layout_height="wrap_content">
 
@@ -51,4 +51,4 @@
             android:text="@string/home_promote_card_tyr_now_btn_text"
             android:textColor="?attr/colorAccent" />
     </LinearLayout>
-</androidx.appcompat.widget.CardView>
+</androidx.cardview.widget.CardView>