From 2fb9aa4f116e69e4840d6a518387824fc6c903ed Mon Sep 17 00:00:00 2001 From: Fabian Kozynski Date: Mon, 31 Jan 2022 15:27:48 -0500 Subject: [PATCH] Change footer action buttons This changes the buttons to filled circles right aligned. The View in the footer is a placeholder until we put the security footers there. Test: manual Fixes: 217196619 Change-Id: If426fdf5e338d63a88ec2dbae4eb09264ed538f6 --- .../layout/new_footer_actions.xml | 102 ++++++++++++++++++ .../res/drawable/qs_footer_action_circle.xml | 36 +++++++ .../qs_footer_action_circle_color.xml | 36 +++++++ packages/SystemUI/res/layout/qs_panel.xml | 2 +- 4 files changed, 175 insertions(+), 1 deletion(-) create mode 100644 packages/SystemUI/res-keyguard/layout/new_footer_actions.xml create mode 100644 packages/SystemUI/res/drawable/qs_footer_action_circle.xml create mode 100644 packages/SystemUI/res/drawable/qs_footer_action_circle_color.xml diff --git a/packages/SystemUI/res-keyguard/layout/new_footer_actions.xml b/packages/SystemUI/res-keyguard/layout/new_footer_actions.xml new file mode 100644 index 0000000000000..95bdd8948c7cb --- /dev/null +++ b/packages/SystemUI/res-keyguard/layout/new_footer_actions.xml @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/packages/SystemUI/res/drawable/qs_footer_action_circle.xml b/packages/SystemUI/res/drawable/qs_footer_action_circle.xml new file mode 100644 index 0000000000000..f54c30f2e7949 --- /dev/null +++ b/packages/SystemUI/res/drawable/qs_footer_action_circle.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/packages/SystemUI/res/drawable/qs_footer_action_circle_color.xml b/packages/SystemUI/res/drawable/qs_footer_action_circle_color.xml new file mode 100644 index 0000000000000..1a323bccfa654 --- /dev/null +++ b/packages/SystemUI/res/drawable/qs_footer_action_circle_color.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/packages/SystemUI/res/layout/qs_panel.xml b/packages/SystemUI/res/layout/qs_panel.xml index d9e7a2ab55dff..22abd0c2f0346 100644 --- a/packages/SystemUI/res/layout/qs_panel.xml +++ b/packages/SystemUI/res/layout/qs_panel.xml @@ -54,7 +54,7 @@