forked from organicmaps/organicmaps
[android] Display scrollbars in lists.
This commit is contained in:
parent
7fca41d763
commit
d2277c2d04
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<android.support.v7.widget.RecyclerView
|
||||
android:id="@+id/recycler"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/recycler"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="?windowBackgroundForced"
|
||||
android:paddingLeft="@dimen/margin_half"
|
||||
android:paddingRight="@dimen/margin_half"/>
|
||||
android:paddingRight="@dimen/margin_half"
|
||||
android:scrollbars="vertical"/>
|
Loading…
Add table
Reference in a new issue