added scrollbars to conversation overview

This commit is contained in:
Daniel Gultsch 2018-04-24 14:50:26 +02:00
parent bb37401028
commit d79f5030be
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
<android.support.v7.widget.RecyclerView
android:id="@+id/list"
android:scrollbars="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/color_background_primary"