Glimpse: Enable scrollbar for bottom sheet horizontal scroll view
This only stays visible for a while after view is inflated / scrolled,
and hopefully will be enough of a hint that this view is scrollable.
Change-Id: I157db1f731bfdc78545ccae6ed7ba22e7dcde769
diff --git a/app/src/main/res/layout/activity_view.xml b/app/src/main/res/layout/activity_view.xml
index b8f2cde..eacd8a9 100644
--- a/app/src/main/res/layout/activity_view.xml
+++ b/app/src/main/res/layout/activity_view.xml
@@ -65,7 +65,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/bg_media_viewer_bottom_sheet"
- android:scrollbars="none"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent">