From b2f5ae43de34c7337aec8f003cbc3eea1789ade2 Mon Sep 17 00:00:00 2001 From: Austin Wang Date: Wed, 27 Nov 2019 13:00:34 +0800 Subject: [PATCH] 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 Merged-In: If836fe97c3e394cc98f1a05270bd0023e5b57bed --- .../res/layout/keyguard_bottom_area.xml | 30 ++++++++++++++++++- .../keyguard_indication_area_overlay.xml | 13 -------- .../layout/keyguard_indication_text_view.xml | 24 --------------- 3 files changed, 29 insertions(+), 38 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 1bfc4c05c92c3..c2788a8850d85 100644 --- a/packages/SystemUI/res/layout/keyguard_bottom_area.xml +++ b/packages/SystemUI/res/layout/keyguard_bottom_area.xml @@ -24,7 +24,35 @@ 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 2b2100c850d8c..0000000000000 --- a/packages/SystemUI/res/layout/keyguard_indication_text_view.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - \ No newline at end of file