diff options
-rw-r--r-- | src/main/res/layout/fragment_conversations_overview.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/layout/fragment_conversations_overview.xml b/src/main/res/layout/fragment_conversations_overview.xml index 8abdd606f..cf43664ba 100644 --- a/src/main/res/layout/fragment_conversations_overview.xml +++ b/src/main/res/layout/fragment_conversations_overview.xml @@ -7,6 +7,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_secondary" |