2016-11-09 21:10:08 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-11-16 23:50:46 +01:00
|
|
|
<android.support.v7.widget.RecyclerView
|
2016-11-09 21:10:08 +01:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2016-11-16 23:50:46 +01:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2017-06-06 21:16:19 +02:00
|
|
|
android:id="@+id/media_grid"
|
2016-11-09 21:10:08 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2017-06-06 21:16:19 +02:00
|
|
|
android:paddingTop="@dimen/activity_margin"
|
2016-11-16 23:50:46 +01:00
|
|
|
app:layoutManager="android.support.v7.widget.GridLayoutManager"
|
2017-06-18 23:18:50 +02:00
|
|
|
app:spanCount="@integer/media_columns_vertical_scroll"/>
|