diff options
author | Joey <joey@lineageos.org> | 2018-12-28 11:33:30 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-02-06 13:56:16 +0100 |
commit | de3f782c0b1fe2a6b85cb848d435ebb126697ca4 (patch) | |
tree | 61f2607b02c191f30136e65b9694080c22bedcc1 /doze/res/layout | |
parent | 3976c0f800c15fdafeaa624d8d2dcd00c24edb4b (diff) |
msm8996-common: doze: Match Pie settings UI
Change-Id: Ia1cde37923c55faf057189f7085b69522e2802ef
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'doze/res/layout')
-rw-r--r-- | doze/res/layout/switch_bar.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doze/res/layout/switch_bar.xml b/doze/res/layout/switch_bar.xml index 7199174..9e11a0a 100644 --- a/doze/res/layout/switch_bar.xml +++ b/doze/res/layout/switch_bar.xml @@ -29,11 +29,12 @@ android:layout_width="0dp" android:layout_weight="1" android:layout_gravity="center_vertical" - android:paddingStart="48dp" + android:paddingStart="56dp" android:maxLines="2" android:ellipsize="end" android:textAppearance="@android:style/TextAppearance.Material.Title" - android:textColor="?android:attr/textColorPrimary" + android:textColor="@android:color/white" + android:textSize="18sp" android:textAlignment="viewStart" /> <Switch @@ -42,6 +43,6 @@ android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:background="@null" - android:theme="@style/Theme.Main.SwitchBar" /> + android:theme="@style/Theme.Main.SwitchBar.Switch" /> </LinearLayout> |