Show vertical scrollbars
This commit is contained in:
parent
9f542099fd
commit
d9aeb54d71
@ -22,7 +22,8 @@
|
||||
~ Site: http://se.solovyev.org
|
||||
-->
|
||||
|
||||
<LinearLayout a:id="@+id/main_fragment_layout"
|
||||
<LinearLayout
|
||||
a:id="@+id/main_fragment_layout"
|
||||
style="@style/CppFragment"
|
||||
xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:layout_width="match_parent"
|
||||
@ -33,5 +34,6 @@
|
||||
<android.support.v7.widget.RecyclerView
|
||||
a:id="@+id/entities_recyclerview"
|
||||
a:layout_width="match_parent"
|
||||
a:layout_height="match_parent" />
|
||||
a:layout_height="match_parent"
|
||||
a:scrollbars="vertical" />
|
||||
</LinearLayout>
|
@ -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>
|
Loading…
Reference in New Issue
Block a user