Fix private space settings cog margin
Inset on the lock button already exists, so in reality there are 4dp + 8dp margin from the settings button. To fix this, we can just reduce 8dp -> 4dp on the settings button. bug: 331742915 Test: before: https://drive.google.com/file/d/1z6-U5eO5oM6h6uULNdmJciMCP_F33rDn/view?usp=sharing after: https://drive.google.com/file/d/1yzCysJRaRKDp0kivhi6GWE83qsloh39U/view?usp=sharing Flag: none Change-Id: Iafb1101b8029398c139ba02f31a027db272132f3
This commit is contained in:
@@ -492,7 +492,7 @@
|
||||
<dimen name="ps_header_image_height">48dp</dimen>
|
||||
<dimen name="ps_header_text_height">24dp</dimen>
|
||||
<dimen name="ps_header_layout_margin">16dp</dimen>
|
||||
<dimen name="ps_header_settings_icon_margin_end">8dp</dimen>
|
||||
<dimen name="ps_header_settings_icon_margin_end">4dp</dimen>
|
||||
<dimen name="ps_header_text_size">16sp</dimen>
|
||||
<dimen name="ps_button_height">40dp</dimen>
|
||||
<dimen name="ps_button_width">40dp</dimen>
|
||||
|
||||
Reference in New Issue
Block a user