diff options
author | Bruno Martins <bgcngm@gmail.com> | 2017-10-08 10:27:47 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-12-04 09:01:05 +0100 |
commit | aafe3d9b0d01c0734f6a566caded0d873622ea52 (patch) | |
tree | 914699fcadd52303489791a7338545a7cd58011e /doze/res/layout | |
parent | 50070710d899f9c00cea717351e69fd4a5d2371e (diff) |
msm8996-common: Doze: Re-integrate into Settings
* Apply the default Oreo theme and inherit the layouts
from Google for the Settings app, in order to keep
UI consistency.
* Get rid of SettingsDrawerActivity as it no longer fits in
and include the back button in the action bar.
* Kill the icon drawable not only because is a leftover,
but also doesn't really serve any puropose in the new UI.
Change-Id: I53b6d3bb99d63852ba34d71e16ae99f05223569e
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'doze/res/layout')
-rw-r--r-- | doze/res/layout/switch_bar.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doze/res/layout/switch_bar.xml b/doze/res/layout/switch_bar.xml index d25948b..7199174 100644 --- a/doze/res/layout/switch_bar.xml +++ b/doze/res/layout/switch_bar.xml @@ -33,7 +33,7 @@ android:maxLines="2" android:ellipsize="end" android:textAppearance="@android:style/TextAppearance.Material.Title" - android:textColor="?android:attr/textColorPrimaryInverse" + android:textColor="?android:attr/textColorPrimary" android:textAlignment="viewStart" /> <Switch @@ -42,6 +42,6 @@ android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:background="@null" - android:theme="@style/ThemeOverlay.SwitchBar" /> + android:theme="@style/Theme.Main.SwitchBar" /> </LinearLayout> |