From 59728ce4908b562cf4529be4461b91d2a306f428 Mon Sep 17 00:00:00 2001 From: Matthew Ng Date: Tue, 14 Aug 2018 14:35:29 -0700 Subject: [PATCH] Fix circle in the opa ring and enlarge circle when opa is disabled (1/2) Use vector drawables to show the ring and the circle instead of using shapes because for some devices, the scaling causes the circle to not sit in the center. When opa is disabled, the home button will enlarge to the full size. Test: manual - enable assistant and look at home button on pixel devices Change-Id: If582d5f4dd5b3c8f67156bc6b1b1e40e183e0ed2 Fixes:112603227 --- .../SystemUI/res/drawable/ic_sysbar_home.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/SystemUI/res/drawable/ic_sysbar_home.xml b/packages/SystemUI/res/drawable/ic_sysbar_home.xml index a960af7ca8569..da239372791f1 100644 --- a/packages/SystemUI/res/drawable/ic_sysbar_home.xml +++ b/packages/SystemUI/res/drawable/ic_sysbar_home.xml @@ -14,13 +14,13 @@ See the License for the specific language governing permissions and limitations under the License. --> - + - - - - + + \ No newline at end of file