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/Android.mk | |
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/Android.mk')
-rw-r--r-- | doze/Android.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doze/Android.mk b/doze/Android.mk index cef3610..520a79e 100644 --- a/doze/Android.mk +++ b/doze/Android.mk @@ -30,8 +30,6 @@ LOCAL_AAPT_FLAGS := --auto-add-overlay \ LOCAL_PROGUARD_FLAG_FILES := proguard.flags -include frameworks/base/packages/SettingsLib/common.mk - include $(BUILD_PACKAGE) include $(call all-makefiles-under,$(LOCAL_PATH)) |