Migrate to AndroidX

This commit is contained in:
Robin 2019-10-04 14:59:08 +02:00
parent 7d37bc9275
commit edd5ad2d13
216 changed files with 643 additions and 651 deletions

View file

@ -112,7 +112,7 @@
</RelativeLayout>
<android.support.v7.widget.RecyclerView
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/playQueue"
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -393,7 +393,7 @@
tools:text="1:06:29"/>
<android.support.v7.widget.AppCompatSeekBar
<androidx.appcompat.widget.AppCompatSeekBar
android:id="@+id/playbackSeekBar"
style="@style/Widget.AppCompat.SeekBar"
android:layout_width="0dp"