commit | cb9fdca79272384e565cace203636579d2e857fd | [log] [tgz] |
---|---|---|
author | Jason Monk <jmonk@google.com> | Thu Feb 25 15:55:53 2016 -0500 |
committer | Jason Monk <jmonk@google.com> | Thu Feb 25 15:55:53 2016 -0500 |
tree | 163382b20356d8e877c892b73a54db1bf590764f | |
parent | cb654cb1722d72062461eaa604d077e0368ddb23 [diff] |
Add scroll indicators to QS editing Bug: 27220234 Bug: 27251104 Change-Id: I678af59401a98fb272c1d29b9c5e3c925d9ec7a5
diff --git a/packages/SystemUI/res/layout/qs_customize_panel.xml b/packages/SystemUI/res/layout/qs_customize_panel.xml index 458ce2d..582ad48 100644 --- a/packages/SystemUI/res/layout/qs_customize_panel.xml +++ b/packages/SystemUI/res/layout/qs_customize_panel.xml
@@ -34,7 +34,9 @@ android:id="@android:id/list" android:layout_width="@dimen/notification_panel_width" android:layout_height="0dp" - android:layout_weight="1" /> + android:layout_weight="1" + android:scrollIndicators="top" + android:scrollbars="vertical" /> <View android:layout_width="match_parent"