FossifyGallery/app/src/main/res/layout/dialog_medium_picker.xml

11 lines
473 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.RecyclerView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
2017-06-06 21:16:19 +02:00
android:id="@+id/media_grid"
android:layout_width="match_parent"
android:layout_height="wrap_content"
2017-06-06 21:16:19 +02:00
android:paddingTop="@dimen/activity_margin"
app:layoutManager="android.support.v7.widget.GridLayoutManager"
2017-06-06 21:16:19 +02:00
app:spanCount="@integer/media_columns"/>