mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-28 23:48:00 +01:00
10 lines
489 B
XML
10 lines
489 B
XML
<?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"
|
|
android:id="@+id/media_grid"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:paddingTop="@dimen/activity_margin"
|
|
app:layoutManager="android.support.v7.widget.GridLayoutManager"
|
|
app:spanCount="@integer/media_columns_vertical_scroll"/>
|