display vertical scrollbars at scroll

This commit is contained in:
tibbi 2016-12-06 10:09:34 +01:00
parent b8417700d1
commit c26ef0e513
2 changed files with 2 additions and 0 deletions

View file

@ -15,6 +15,7 @@
android:id="@+id/directories_grid"
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"/>

View file

@ -15,6 +15,7 @@
android:id="@+id/media_grid"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical"
app:layoutManager="android.support.v7.widget.GridLayoutManager"
app:spanCount="@integer/photo_columns"/>