mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-23 02:15:46 +01:00
AndroidX lib refactor
This commit is contained in:
parent
b3eb12aebd
commit
08f0b5e76e
582 changed files with 5479 additions and 6079 deletions
|
@ -6,7 +6,7 @@
|
|||
android:layout_height="match_parent">
|
||||
|
||||
|
||||
<android.support.v7.widget.CardView
|
||||
<androidx.cardview.widget.CardView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
app:cardCornerRadius="8dp"
|
||||
|
@ -24,5 +24,5 @@
|
|||
android:scaleType="centerCrop"
|
||||
tools:ignore="ContentDescription,UnusedAttribute" />
|
||||
</FrameLayout>
|
||||
</android.support.v7.widget.CardView>
|
||||
</androidx.cardview.widget.CardView>
|
||||
</FrameLayout>
|
Loading…
Add table
Add a link
Reference in a new issue