From 25fc3fd49fc6a3635d2db416bcf212bc47682e88 Mon Sep 17 00:00:00 2001 From: Austin Wang Date: Wed, 27 Nov 2019 13:00:34 +0800 Subject: Remove keyguard_indication_area_overlay The overlay was introduced for SysUIGoogle to customize two icons on docking UI besides charging text, and is no longer needed. Fixes: 145250100 Test: atest SystemUITests:KeyguardBottomAreaTest Test: atest SystemUIGoogleTests:DockIndicationControllerTest Change-Id: If836fe97c3e394cc98f1a05270bd0023e5b57bed --- .../SystemUI/res/layout/keyguard_bottom_area.xml | 20 +++++++++++++++++++- .../res/layout/keyguard_indication_area_overlay.xml | 13 ------------- .../res/layout/keyguard_indication_text_view.xml | 13 ------------- 3 files changed, 19 insertions(+), 27 deletions(-) delete mode 100644 packages/SystemUI/res/layout/keyguard_indication_area_overlay.xml delete mode 100644 packages/SystemUI/res/layout/keyguard_indication_text_view.xml diff --git a/packages/SystemUI/res/layout/keyguard_bottom_area.xml b/packages/SystemUI/res/layout/keyguard_bottom_area.xml index 1bfc4c05c92c..b90a3719b08f 100644 --- a/packages/SystemUI/res/layout/keyguard_bottom_area.xml +++ b/packages/SystemUI/res/layout/keyguard_bottom_area.xml @@ -24,7 +24,25 @@ android:outlineProvider="none" android:elevation="5dp" > - + + + + + - - - - - - \ No newline at end of file diff --git a/packages/SystemUI/res/layout/keyguard_indication_text_view.xml b/packages/SystemUI/res/layout/keyguard_indication_text_view.xml deleted file mode 100644 index 9376b1f04cc8..000000000000 --- a/packages/SystemUI/res/layout/keyguard_indication_text_view.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - \ No newline at end of file -- cgit v1.2.3-59-g8ed1b