aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_channel_discovery.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-05-03 21:24:04 +0200
committerChristian Schneppe <christian@pix-art.de>2019-05-03 21:24:04 +0200
commite20cae69e25b2851c3579586e1506de53c7c787a (patch)
tree7239a3ae1cbca59c11500581da4d6a5e4ec9c71b /src/main/res/layout/activity_channel_discovery.xml
parent90e17f7b65ccd77f04f5e0904a9cd2c4e1236eb1 (diff)
fixed ui glitch when displaying PM hint over attachments
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/activity_channel_discovery.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/layout/activity_channel_discovery.xml b/src/main/res/layout/activity_channel_discovery.xml
index ee253f3dd..5dd0f4be3 100644
--- a/src/main/res/layout/activity_channel_discovery.xml
+++ b/src/main/res/layout/activity_channel_discovery.xml
@@ -32,6 +32,7 @@
android:layout_height="match_parent"
android:background="?attr/color_background_secondary"
android:orientation="vertical"
+ android:scrollbars="vertical"
android:visibility="gone"
app:layoutManager="android.support.v7.widget.LinearLayoutManager" />
</android.support.design.widget.CoordinatorLayout>