Added Android code
[wl-app.git] / Android / app / src / main / res / layout / fragment_player_playlist.xml
diff --git a/Android/app/src/main/res/layout/fragment_player_playlist.xml b/Android/app/src/main/res/layout/fragment_player_playlist.xml
new file mode 100644 (file)
index 0000000..1e55c63
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<android.support.constraint.ConstraintLayout
+    xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="match_parent"
+    android:layout_height="match_parent"
+    android:background="@color/colorPrimary">
+
+    <com.moiseum.wolnelektury.components.ProgressRecyclerView
+        android:id="@+id/rvPlayerPlaylist"
+        android:layout_width="match_parent"
+        android:layout_height="match_parent"/>
+
+</android.support.constraint.ConstraintLayout>
\ No newline at end of file