Fixed crash due to reference to android.support.v7 package instead of androix

This commit is contained in:
Sylvain Berfini 2018-11-30 10:39:09 +01:00
parent 1f6d92b92a
commit ebf69f01ee

View file

@ -34,7 +34,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v7.widget.RecyclerView
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recording_list"
android:layout_width="match_parent"
android:layout_height="match_parent"