Merge "Fix clipping for edit screen of Quick Settings"

am: e3677865a8

Change-Id: Idb615698c433bd4436950cbf94ced95f02198cd9
This commit is contained in:
Akira Oshimi
2017-01-11 16:01:23 +00:00
committed by android-build-merger

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"