Fix system icons container x-axis shift between Keyguard/Home StatusBar
Adjust the system_icons_keyguard_padding_end for O6/R4 Consider below scenario: 1. Enable/Disable multi-user: This case must have x-asix shift due to home StatusBar did not designed to show avator icon 2. Keyguard/Home StatusBar alignment 3. w/ & w/o privacy dot 4. w/ & w/o plug-in USB cable 5. w/ & w/o show battery percentage Test: build and check the visual Bug: 195670442 Change-Id: I783c026e46d7cc01839a4e56fed9fdb89ca6b194
This commit is contained in:
parent
c2e47893cb
commit
73e2784392
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">6dp</dimen>
|
||||
<dimen name="system_icons_keyguard_padding_end">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">10dp</dimen>
|
||||
<dimen name="system_icons_keyguard_padding_end">7dp</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