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

18 lines
736 B
XML
Raw Normal View History

2016-02-16 22:23:25 +01:00
<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.SwipeRefreshLayout
2016-02-16 22:23:25 +01:00
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/directories_holder"
2016-02-16 22:23:25 +01:00
android:layout_width="match_parent"
android:layout_height="match_parent">
2016-03-06 21:45:48 +01:00
<com.simplemobiletools.gallery.views.MyScalableRecyclerView
android:id="@+id/directories_grid"
2016-03-06 21:45:48 +01:00
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scrollbars="vertical"
app:layoutManager="android.support.v7.widget.GridLayoutManager"
app:spanCount="@integer/directory_columns"/>
2016-03-06 21:45:48 +01:00
</android.support.v4.widget.SwipeRefreshLayout>