Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Issue 1260583004: Gray horizontal keyboard accessory (Closed)

Created:
5 years, 5 months ago by please use gerrit instead
Modified:
5 years, 4 months ago
CC:
browser-components-watch_chromium.org, chromium-reviews, estade+watch_chromium.org, rouslan+autofillwatch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Gray horizontal keyboard accessory - Horizontal layout. - Light gray chips with rounded corners on white background. - Dark gray text with fading edge. TBR=aurimas@chromium.org BUG=428087 Committed: https://crrev.com/d043ba5fa93ef75ff01c6a942c9741ab45a3b254 Cr-Commit-Position: refs/heads/master@{#341972}

Patch Set 1 #

Total comments: 16

Patch Set 2 : Horizontal padding and font colors. #

Total comments: 14

Patch Set 3 : Inset instead of FrameLayout. Fixed keyboard accessory height. Default horizontal gravity. #

Patch Set 4 : Sort xml attributes. #

Total comments: 27

Patch Set 5 : Newton's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+148 lines, -112 lines) Patch
M chrome/android/java/res/layout/main.xml View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillKeyboardAccessoryBridge.java View 1 2 3 4 1 chunk +13 lines, -3 lines 0 comments Download
M chrome/browser/ui/android/autofill/autofill_keyboard_accessory_view.cc View 2 chunks +2 lines, -8 lines 0 comments Download
A ui/android/java/res/drawable/autofill_chip_inset.xml View 1 2 3 4 1 chunk +15 lines, -0 lines 0 comments Download
A ui/android/java/res/layout/autofill_keyboard_accessory_item.xml View 1 2 3 4 1 chunk +44 lines, -0 lines 0 comments Download
D ui/android/java/res/layout/autofill_suggestion_item.xml View 1 2 3 4 1 chunk +0 lines, -18 lines 0 comments Download
M ui/android/java/res/values/colors.xml View 1 chunk +0 lines, -1 line 0 comments Download
M ui/android/java/res/values/dimens.xml View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M ui/android/java/src/org/chromium/ui/autofill/AutofillKeyboardAccessory.java View 1 2 3 4 4 chunks +58 lines, -30 lines 0 comments Download
M ui/android/java/src/org/chromium/ui/autofill/AutofillSuggestion.java View 1 2 3 4 1 chunk +5 lines, -5 lines 0 comments Download
D ui/android/java/src/org/chromium/ui/autofill/SuggestionAdapter.java View 1 2 3 4 1 chunk +0 lines, -45 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 19 (4 generated)
please use gerrit instead
Aurimas, PTAL. This is still missing lots of UI niceties like shadows and ripples. However, ...
5 years, 5 months ago (2015-07-25 00:08:44 UTC) #2
aurimas (slooooooooow)
Could you post a screenshot to the bug to see what the UI looks like ...
5 years, 4 months ago (2015-07-28 00:10:28 UTC) #3
please use gerrit instead
Aurimas, PTAL Patch Set 2. Screenshots @ http://crbug.com/428087. https://codereview.chromium.org/1260583004/diff/1/chrome/android/java/res/layout/main.xml File chrome/android/java/res/layout/main.xml (right): https://codereview.chromium.org/1260583004/diff/1/chrome/android/java/res/layout/main.xml#newcode23 chrome/android/java/res/layout/main.xml:23: android:paddingEnd="@dimen/keyboard_accessory_half_padding" ...
5 years, 4 months ago (2015-07-28 21:07:46 UTC) #4
aurimas (slooooooooow)
https://codereview.chromium.org/1260583004/diff/20001/chrome/android/java/res/layout/main.xml File chrome/android/java/res/layout/main.xml (right): https://codereview.chromium.org/1260583004/diff/20001/chrome/android/java/res/layout/main.xml#newcode21 chrome/android/java/res/layout/main.xml:21: android:layout_height="wrap_content" Can this be fixed height instead of wrap_content? ...
5 years, 4 months ago (2015-07-29 00:16:08 UTC) #5
please use gerrit instead
Aurimas, PTAL Patch Set 3. https://codereview.chromium.org/1260583004/diff/20001/chrome/android/java/res/layout/main.xml File chrome/android/java/res/layout/main.xml (right): https://codereview.chromium.org/1260583004/diff/20001/chrome/android/java/res/layout/main.xml#newcode21 chrome/android/java/res/layout/main.xml:21: android:layout_height="wrap_content" On 2015/07/29 00:16:08, ...
5 years, 4 months ago (2015-07-30 21:04:23 UTC) #6
aurimas (slooooooooow)
I'll be OOO for the next two weeks (starting tomorrow) so adding newt@ to continue ...
5 years, 4 months ago (2015-07-30 22:26:56 UTC) #8
please use gerrit instead
Newton, PTAL Patch Set 3.
5 years, 4 months ago (2015-07-30 23:29:51 UTC) #9
newt (away)
https://codereview.chromium.org/1260583004/diff/60001/chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillKeyboardAccessoryBridge.java File chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillKeyboardAccessoryBridge.java (right): https://codereview.chromium.org/1260583004/diff/60001/chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillKeyboardAccessoryBridge.java#newcode101 chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillKeyboardAccessoryBridge.java:101: * @param name Suggested text. Usually the text that's ...
5 years, 4 months ago (2015-08-03 21:31:25 UTC) #10
newt (away)
Also, it'd be a good idea to check how this works in RTL mode (change ...
5 years, 4 months ago (2015-08-03 22:13:50 UTC) #11
please use gerrit instead
Newton, PTAL Patch Set 5. https://codereview.chromium.org/1260583004/diff/60001/chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillKeyboardAccessoryBridge.java File chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillKeyboardAccessoryBridge.java (right): https://codereview.chromium.org/1260583004/diff/60001/chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillKeyboardAccessoryBridge.java#newcode101 chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillKeyboardAccessoryBridge.java:101: * @param name Suggested ...
5 years, 4 months ago (2015-08-05 00:28:08 UTC) #13
newt (away)
lgtm https://codereview.chromium.org/1260583004/diff/60001/ui/android/java/src/org/chromium/ui/autofill/AutofillKeyboardAccessory.java File ui/android/java/src/org/chromium/ui/autofill/AutofillKeyboardAccessory.java (right): https://codereview.chromium.org/1260583004/diff/60001/ui/android/java/src/org/chromium/ui/autofill/AutofillKeyboardAccessory.java#newcode61 ui/android/java/src/org/chromium/ui/autofill/AutofillKeyboardAccessory.java:61: int deviceWidthPx = DeviceDisplayInfo.create(getContext()).getDisplayWidth(); On 2015/08/05 00:28:08, Rouslan ...
5 years, 4 months ago (2015-08-05 20:41:40 UTC) #14
please use gerrit instead
TBRing Aurimas for chrome/browser/ui/android/autofill/autofill_keyboard_accessory_view.cc.
5 years, 4 months ago (2015-08-05 20:47:36 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1260583004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1260583004/100001
5 years, 4 months ago (2015-08-05 20:49:00 UTC) #17
commit-bot: I haz the power
Committed patchset #5 (id:100001)
5 years, 4 months ago (2015-08-05 20:57:23 UTC) #18
commit-bot: I haz the power
5 years, 4 months ago (2015-08-05 20:57:56 UTC) #19
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/d043ba5fa93ef75ff01c6a942c9741ab45a3b254
Cr-Commit-Position: refs/heads/master@{#341972}

Powered by Google App Engine
This is Rietveld 408576698