Description[iOS] Add experimental new keyboard accessory view.
See https://bugs.chromium.org/p/chromium/issues/detail?id=642702#c28
for an idea of what it should look like.
Note that the assets used in this CL are temporary.
As part of this CL:
-An experimental flag is added to enable the new keyboard accessory view.
-tinted_button is extended to support specifying state specific background
colors.
-the KeyboardAccessoryViewDelegate now support opening the camera
search (aka QR code scanner).
-a KeyboardAccessoryViewProtocol is introduced.
-a new implementation of that protocol is added. Main difference is that
there is only one mode which contains all the buttons, cf mock
mentioned at the beginning of the CL description.
BUG=642702
Review-Url: https://codereview.chromium.org/2934463002
Cr-Commit-Position: refs/heads/master@{#479090}
Committed: https://chromium.googlesource.com/chromium/src/+/225a43bd9a7550f1578d5d279707c78785f4ce1d
Patch Set 1 #
Total comments: 8
Patch Set 2 : Addressed comments. #
Total comments: 5
Patch Set 3 : Split KeyboardAccessoryView into 2 classes. #
Total comments: 5
Patch Set 4 : Addressed comments. #Patch Set 5 : Rebased. #Messages
Total messages: 39 (26 generated)
|