Show vertical scrollbars

This commit is contained in:
serso 2016-03-19 18:37:44 +01:00
parent 9f542099fd
commit d9aeb54d71
2 changed files with 6 additions and 3 deletions

View File

@ -22,7 +22,8 @@
~ Site: http://se.solovyev.org ~ Site: http://se.solovyev.org
--> -->
<LinearLayout a:id="@+id/main_fragment_layout" <LinearLayout
a:id="@+id/main_fragment_layout"
style="@style/CppFragment" style="@style/CppFragment"
xmlns:a="http://schemas.android.com/apk/res/android" xmlns:a="http://schemas.android.com/apk/res/android"
a:layout_width="match_parent" a:layout_width="match_parent"
@ -33,5 +34,6 @@
<android.support.v7.widget.RecyclerView <android.support.v7.widget.RecyclerView
a:id="@+id/entities_recyclerview" a:id="@+id/entities_recyclerview"
a:layout_width="match_parent" a:layout_width="match_parent"
a:layout_height="match_parent" /> a:layout_height="match_parent"
a:scrollbars="vertical" />
</LinearLayout> </LinearLayout>

View File

@ -34,6 +34,7 @@
<android.support.v7.widget.RecyclerView <android.support.v7.widget.RecyclerView
a:id="@+id/history_recyclerview" a:id="@+id/history_recyclerview"
a:layout_width="match_parent" a:layout_width="match_parent"
a:layout_height="match_parent" /> a:layout_height="match_parent"
a:scrollbars="vertical" />
</LinearLayout> </LinearLayout>