From 25a32bb3373136db9a260dc559b08b4b6ee18af2 Mon Sep 17 00:00:00 2001 From: Chandru S Date: Thu, 13 Feb 2025 21:59:42 +0000 Subject: Update pattern bouncer to match spec Alternative approaches considered: 1. For size dimensions, adding flag check in LockPatternView constructor and reading different dimens constants, however this might break wear resource overlay or we have to add a check to exclude using the new dimens 2. For colors, setting the color attributes using style attributes, however it is not easy to flag check this and would require adding another method to LockPatternView to read and init values based on a new style attribute. Fixes: 394135697 Test: verified manually Flag: com.android.systemui.bouncer_ui_revamp_2 Change-Id: I2755eaf87ff4518c982fdad9b7ecc42301c1ed7d --- packages/SystemUI/res-keyguard/values/dimens.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages/SystemUI/res-keyguard') diff --git a/packages/SystemUI/res-keyguard/values/dimens.xml b/packages/SystemUI/res-keyguard/values/dimens.xml index bfb37a0d97a7..6d446453d9f7 100644 --- a/packages/SystemUI/res-keyguard/values/dimens.xml +++ b/packages/SystemUI/res-keyguard/values/dimens.xml @@ -31,6 +31,10 @@ 56dp + 16dp + 24dp + 32dp + 56dp -- cgit v1.2.3-59-g8ed1b