Added Android code
[wl-app.git] / Android / app / src / main / res / layout / fragment_player_playlist.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <android.support.constraint.ConstraintLayout
3     xmlns:android="http://schemas.android.com/apk/res/android"
4     android:layout_width="match_parent"
5     android:layout_height="match_parent"
6     android:background="@color/colorPrimary">
7
8     <com.moiseum.wolnelektury.components.ProgressRecyclerView
9         android:id="@+id/rvPlayerPlaylist"
10         android:layout_width="match_parent"
11         android:layout_height="match_parent"/>
12
13 </android.support.constraint.ConstraintLayout>