commit | 6132cc36d765845f68554abffeb82e879214a198 | [log] [tgz] |
---|---|---|
author | Tracy Zhou <tracyzhou@google.com> | Mon May 30 12:07:02 2022 -0700 |
committer | Tracy Zhou <tracyzhou@google.com> | Wed Jun 01 07:31:28 2022 +0000 |
tree | 777d458e5633797ec7e4275a1ccc72ee29b2035b | |
parent | 4cd75a1aae1f3f666c2164db97952bfc3a444696 [diff] |
Tune floating rotation button size Bug: 216182085 Test: https://recall.googleplex.com/projects/8b6d2fc1-ac47-4776-b2cd-919ec4f7c74c/sessions/95608ec0-1b25-46c9-9e15-eddaaa03e50b Change-Id: I4bc3ab7aad2840d4029c3dae6053cfa2c936fe81
diff --git a/quickstep/res/values/dimens.xml b/quickstep/res/values/dimens.xml index 3072a3e..0fd3c4a 100644 --- a/quickstep/res/values/dimens.xml +++ b/quickstep/res/values/dimens.xml
@@ -239,7 +239,7 @@ <dimen name="navigation_key_padding">0dp</dimen> <!-- Floating rotation button --> - <dimen name="floating_rotation_button_diameter">40dp</dimen> + <dimen name="floating_rotation_button_diameter">52dp</dimen> <dimen name="floating_rotation_button_min_margin">20dp</dimen> <dimen name="floating_rotation_button_taskbar_left_margin">20dp</dimen> <dimen name="floating_rotation_button_taskbar_bottom_margin">10dp</dimen>