Adjust 0.5dp padding for KeyguardStatusBarView
There's still 2px offset when transitioning from KeyguardStatusBarView to PhoneStatusBarView. To make the visual perfect, we can adjust more 0.5dp. Test: Visual Test: atest SystemUITests Bug: 195670442 Change-Id: I84d10f2dad665fcbdb01665f5056d08b3c20e0d7
This commit is contained in:
parent
bedf39fb89
commit
9b61605560
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@
|
|||
<dimen name="system_icons_super_container_avatarless_margin_end">26px</dimen>
|
||||
|
||||
<!-- Margin on the right side of the system icon group on Keyguard. -->
|
||||
<dimen name="system_icons_keyguard_padding_end">5dp</dimen>
|
||||
<dimen name="system_icons_keyguard_padding_end">4.5dp</dimen>
|
||||
|
||||
<dimen name="keyguard_carrier_text_margin">0px</dimen>
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<dimen name="system_icons_super_container_avatarless_margin_end">26px</dimen>
|
||||
|
||||
<!-- Margin on the right side of the system icon group on Keyguard. -->
|
||||
<dimen name="system_icons_keyguard_padding_end">7dp</dimen>
|
||||
<dimen name="system_icons_keyguard_padding_end">6.5dp</dimen>
|
||||
|
||||
<!-- A path similar to frameworks/base/core/res/res/values/config.xml
|
||||
config_mainBuiltInDisplayCutout that describes a path larger than the exact path of a display
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue