AndroidX lib refactor

This commit is contained in:
h4h13 2018-08-30 14:59:30 +05:30
parent b3eb12aebd
commit 08f0b5e76e
582 changed files with 5479 additions and 6079 deletions

View file

@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v7.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:id="@+id/player_album_art_frame"
android:layout_width="match_parent"
@ -17,7 +17,7 @@
app:cardCornerRadius="12dp"
app:cardElevation="12dp">
<android.support.v7.widget.AppCompatImageView
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/player_image"
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -28,5 +28,5 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/shadow_up_home" />
</android.support.v7.widget.CardView>
</androidx.cardview.widget.CardView>
</FrameLayout>