10 lines
435 B
XML
10 lines
435 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/directories_grid"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:layoutManager="android.support.v7.widget.GridLayoutManager"
|
|
app:spanCount="@integer/directory_columns"/>
|