diff --git a/packages/SystemUI/res/layout/qs_detail.xml b/packages/SystemUI/res/layout/qs_detail.xml index 63390e2337ae1..967db261fab10 100644 --- a/packages/SystemUI/res/layout/qs_detail.xml +++ b/packages/SystemUI/res/layout/qs_detail.xml @@ -47,11 +47,12 @@ + android:layout_weight="1" + android:fillViewport="true"> + android:layout_height="match_parent"/> diff --git a/packages/SystemUI/res/layout/qs_detail_items.xml b/packages/SystemUI/res/layout/qs_detail_items.xml index f1a8d63d13dcf..c94a9723e3245 100644 --- a/packages/SystemUI/res/layout/qs_detail_items.xml +++ b/packages/SystemUI/res/layout/qs_detail_items.xml @@ -15,7 +15,8 @@ limitations under the License. --> - + sysui:itemHeight="@dimen/qs_detail_item_height"/> + android:gravity="center" + android:orientation="vertical"> + android:layout_height="56dp"/> + android:textAppearance="@style/TextAppearance.QS.DetailEmpty"/> diff --git a/packages/SystemUI/src/com/android/systemui/qs/tiles/WifiTile.java b/packages/SystemUI/src/com/android/systemui/qs/tiles/WifiTile.java index 1f915ee9475f8..9ce1f316c23f2 100644 --- a/packages/SystemUI/src/com/android/systemui/qs/tiles/WifiTile.java +++ b/packages/SystemUI/src/com/android/systemui/qs/tiles/WifiTile.java @@ -368,5 +368,5 @@ public class WifiTile extends QSTile { } mItems.setItems(items); } - }; + } }