Enable a vertical scrollbar on the recycler view

This commit is contained in:
Alexander Bakker 2017-12-27 13:08:02 +01:00
parent 6886a9b0f0
commit 4d425f5c68
3 changed files with 15 additions and 6 deletions

View file

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