From 7e50fa962450810d92fa7d78d5cd974dce940bca Mon Sep 17 00:00:00 2001 From: Brandon Dayauon Date: Thu, 28 Mar 2024 22:01:55 +0000 Subject: [PATCH] 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 --- res/values/dimens.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 9b4460af9e..8c58931bb7 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -492,7 +492,7 @@ 48dp 24dp 16dp - 8dp + 4dp 16sp 40dp 40dp