diff options
author | Michael Bestas <mkbestas@lineageos.org> | 2020-12-18 22:52:26 +0200 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-18 22:52:41 +0200 |
commit | d601fba4350ec4c9ca2755068afd8e97c9b86cc6 (patch) | |
tree | 79664bdd1b8d8c5f76f9b584e43202468b55bd9b /doze/res/layout | |
parent | 932b6eceadc59a386b26e029e7b0b367eab35d6a (diff) |
Revert "sdm660-common: doze: Follow Android 10 changes on switchbar"
* Will be replaced by a different commit
This reverts commit e3000073ee3ced9416f6b06cb09e220519e8a692.
Change-Id: I8de333c7953f020e033e23fc8b2594d28b3f1b9b
Diffstat (limited to 'doze/res/layout')
-rw-r--r-- | doze/res/layout/switch_bar.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doze/res/layout/switch_bar.xml b/doze/res/layout/switch_bar.xml index 3307ee1..9e11a0a 100644 --- a/doze/res/layout/switch_bar.xml +++ b/doze/res/layout/switch_bar.xml @@ -32,9 +32,9 @@ android:paddingStart="56dp" android:maxLines="2" android:ellipsize="end" - android:textAppearance="@android:style/TextAppearance.DeviceDefault.Widget.ActionBar.Title" - android:textColor="?android:attr/textColorPrimaryInverse" - android:textSize="16sp" + android:textAppearance="@android:style/TextAppearance.Material.Title" + android:textColor="@android:color/white" + android:textSize="18sp" android:textAlignment="viewStart" /> <Switch |