Commit 5f7466b8 authored by Jean-François Geyelin's avatar Jean-François Geyelin Committed by Commit Bot

[iOS] Fix alignment of Keyboard Accessory View buttons.

The KAV buttons should be aligned with the ones from GBoard.

Bug: 
Change-Id: I8ba048719326ed93890fa989092cc460d0071e29
Reviewed-on: https://chromium-review.googlesource.com/579971
Commit-Queue: Jean-François Geyelin <jif@chromium.org>
Reviewed-by: default avatarJustin Cohen <justincohen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#488324}
parent a271c438
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
const CGFloat kButtonHeight = 34.0; const CGFloat kButtonHeight = 34.0;
const CGFloat kBetweenShortcutButtonSpacing = 5.0; const CGFloat kBetweenShortcutButtonSpacing = 5.0;
const CGFloat kBetweenSearchButtonSpacing = 12.0; const CGFloat kBetweenSearchButtonSpacing = 12.0;
const CGFloat kHorizontalMargin = 12.0; const CGFloat kHorizontalMargin = 10.0;
// Create and add stackview filled with the shortcut buttons. // Create and add stackview filled with the shortcut buttons.
UIStackView* shortcutStackView = [[UIStackView alloc] init]; UIStackView* shortcutStackView = [[UIStackView alloc] init];
......
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