diff options
| author | 2017-04-20 09:07:57 -0400 | |
|---|---|---|
| committer | 2017-04-20 09:07:57 -0400 | |
| commit | a3c6cf03167ec05ba22d21305298f45258e1479a (patch) | |
| tree | 3052101c2d4f10f14a82d1fc9db0b516df83585f | |
| parent | 38323f50c7f92491d7a7a89768275e0460370ab6 (diff) | |
Fix QS label layout
Test: visual
Change-Id: Ie334ffbef07549c9ab68fc663c25c0b4b63465ca
Fixes: 37439937
| -rw-r--r-- | packages/SystemUI/res/layout/qs_tile_label.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/layout/qs_tile_label.xml b/packages/SystemUI/res/layout/qs_tile_label.xml index 9b53a97618ed..35a947777dd1 100644 --- a/packages/SystemUI/res/layout/qs_tile_label.xml +++ b/packages/SystemUI/res/layout/qs_tile_label.xml @@ -24,10 +24,10 @@ android:paddingTop="12dp"> <LinearLayout android:id="@+id/label_group" - android:layout_width="wrap_content" + android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentTop="true" - android:layout_centerHorizontal="true" + android:gravity="center" android:clipChildren="false" android:clipToPadding="false" android:orientation="horizontal"> |