forked from organicmaps/organicmaps
Add scrollbar to category list
Signed-off-by: map-per <map-per@gmx.de>
This commit is contained in:
parent
c6661f145b
commit
7d48d1fdaf
1 changed files with 3 additions and 1 deletions
|
@ -9,5 +9,7 @@
|
|||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/recycler"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
android:layout_height="match_parent"
|
||||
android:scrollbars="vertical"
|
||||
android:fadeScrollbars="false" />
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Add table
Reference in a new issue