aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-08-31 15:17:16 +0200
committerChristian Schneppe <christian@pix-art.de>2019-08-31 15:17:16 +0200
commit6c3b5defa3fc5bafac3810340b2e868fa8d26d8f (patch)
treee765b3a4457231f443a9ab72c96b739bb3770696 /src/main/res/layout
parent7610493b1eb09bb80a63665ea12cc24464401964 (diff)
show scrollbars in muc user screen
Diffstat (limited to 'src/main/res/layout')
-rw-r--r--src/main/res/layout/activity_muc_users.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/layout/activity_muc_users.xml b/src/main/res/layout/activity_muc_users.xml
index d6bdf8435..4601c262b 100644
--- a/src/main/res/layout/activity_muc_users.xml
+++ b/src/main/res/layout/activity_muc_users.xml
@@ -26,6 +26,7 @@
android:layout_height="match_parent"
android:background="?attr/color_background_tertiary"
android:orientation="vertical"
+ android:scrollbars="vertical"
app:layoutManager="android.support.v7.widget.LinearLayoutManager" />
</android.support.design.widget.CoordinatorLayout>