summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyein Yu <hyeinyu@google.com>2021-11-23 00:45:31 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-11-23 00:45:31 +0000
commit15ab5eb1e86a1ea1d812d6b682fb56e96fdcd0b8 (patch)
tree7b42116637e4c79c80d8a1821702c5633d74cf41
parent18e4b85fbe7fb227b1b2babf812607fe9de00d5a (diff)
parentebb1cefc2950eb9d42827e7b265a1aad35fbd8c1 (diff)
downloadCellBroadcastReceiver-15ab5eb1e86a1ea1d812d6b682fb56e96fdcd0b8.tar.gz
Merge "Make CollapsingToolbarBaseActivity be collapsed when user scrolls up" into sc-mainline-prod
-rw-r--r--res/layout/cell_broadcast_list_screen.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/cell_broadcast_list_screen.xml b/res/layout/cell_broadcast_list_screen.xml
index c895e5fc5..368e74ac1 100644
--- a/res/layout/cell_broadcast_list_screen.xml
+++ b/res/layout/cell_broadcast_list_screen.xml
@@ -26,6 +26,7 @@
android:layout_height="match_parent"
android:drawSelectorOnTop="false"
android:scrollbarStyle="insideOverlay"
+ android:nestedScrollingEnabled="true"
android:divider="@null"
android:dividerHeight="0dp"
/>