Merge "Fix clipping for edit screen of Quick Settings"

This commit is contained in:
Treehugger Robot
2017-01-11 15:51:36 +00:00
committed by Gerrit Code Review

View File

@@ -27,7 +27,7 @@
<android.support.v7.widget.RecyclerView
android:id="@android:id/list"
android:layout_width="@dimen/notification_panel_width"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
android:scrollIndicators="top"