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

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