Commit f171a6c3 authored by Ewann's avatar Ewann Committed by Commit Bot

Updates share button's position.

Bug: 1035850
Change-Id: Ib261d2d4651c2a3c60de03f7696d44f1ec618380
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033150
Auto-Submit: Ewann Pellé <ewannpv@chromium.org>
Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org>
Reviewed-by: default avatarStepan Khapugin <stkhapugin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#738150}
parent 6dcc85f0
...@@ -31,7 +31,7 @@ const CGFloat kLocationImageToLabelSpacing = -2.0; ...@@ -31,7 +31,7 @@ const CGFloat kLocationImageToLabelSpacing = -2.0;
const CGFloat kLocationBarLeadingPadding = 8.0; const CGFloat kLocationBarLeadingPadding = 8.0;
// Trailing space between the trailing button and the trailing edge of the // Trailing space between the trailing button and the trailing edge of the
// location bar. // location bar.
const CGFloat kButtonTrailingSpacing = 10; const CGFloat kButtonTrailingSpacing = 11;
// Duration of display and hide animation of the badge view, in seconds. // Duration of display and hide animation of the badge view, in seconds.
const CGFloat kbadgeViewAnimationDuration = 0.2; const CGFloat kbadgeViewAnimationDuration = 0.2;
// Location label vertical offset. // Location label vertical offset.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment