summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2023-04-20 22:50:33 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-22 01:33:49 +0000
commitdfd75611b414c02f18a8e67a403661871afb3ef1 (patch)
treed1c41e86fd928997fb5848f8c54b4789f9eff549
parentb5d889f5fd0278eaf8f41949e68e50be5af0929f (diff)
downloadbase-dfd75611b414c02f18a8e67a403661871afb3ef1.tar.gz
Update the disabled-opa navbar icon size to reflect icon change
- The sizes of the button icons were shrunked, but opa layout (for the home button) scales the icon to another specified size which also needs to be updated Fixes: 278011905 Test: go/nav-bar-icon-screenshot (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:1709864c4883f54397afb0f4b819b5a90c9e2055) Merged-In: Ieca803c3739adfa557ae8a5d20d28d9dd8511930 Change-Id: Ieca803c3739adfa557ae8a5d20d28d9dd8511930
-rw-r--r--packages/SystemUI/res/values/dimens.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/dimens.xml b/packages/SystemUI/res/values/dimens.xml
index 3faacf2882ad..adc4c555dfac 100644
--- a/packages/SystemUI/res/values/dimens.xml
+++ b/packages/SystemUI/res/values/dimens.xml
@@ -396,7 +396,7 @@
<dimen name="navigation_key_width">70dp</dimen>
<!-- The width/height of the icon of a navigation button -->
- <dimen name="navigation_icon_size">32dp</dimen>
+ <dimen name="navigation_icon_size">24dp</dimen>
<!-- The padding on the side of the navigation bar. Must be greater than or equal to
navigation_extra_key_width -->