Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb9fdca7 authored by Jason Monk's avatar Jason Monk
Browse files

Add scroll indicators to QS editing

Bug: 27220234
Bug: 27251104
Change-Id: I678af59401a98fb272c1d29b9c5e3c925d9ec7a5
parent cb654cb1
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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"