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

Issue 2113493002: [Payments] Switch to using TextInputLayouts, update statusbar color (Closed)

Created:
4 years, 5 months ago by gone
Modified:
4 years, 5 months ago
Reviewers:
Ian Wen
CC:
chromium-reviews, please use gerrit instead
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Payments] Switch to using TextInputLayouts, update statusbar color * Pull out the CompatibilityTextInputLayout from the EditorTextField so it can be used elsewhere. * Switch to using the CompatibilityTextInputLayout instead of the FloatLabelLayout in the autofill preferences. * Put the AutoCompleteTextView in its own XML file so that the imeOptions will be accepted properly by Android. * Set the statusbar color to black for fullscreen windows like the app does. BUG=603635 Committed: https://crrev.com/bec3ae5a3810c5a1c65597a32fa9761a4b6c3676 Cr-Commit-Position: refs/heads/master@{#403365}

Patch Set 1 #

Patch Set 2 : Rebased #

Patch Set 3 : Cleaned up #

Total comments: 10

Patch Set 4 : Comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+143 lines, -95 lines) Patch
M chrome/android/java/res/layout/autofill_editor_base_buttons.xml View 1 1 chunk +6 lines, -2 lines 0 comments Download
M chrome/android/java/res/layout/autofill_local_card_editor.xml View 1 2 3 chunks +18 lines, -13 lines 0 comments Download
M chrome/android/java/res/layout/autofill_profile_editor.xml View 3 chunks +4 lines, -4 lines 0 comments Download
A + chrome/android/java/res/layout/payments_request_editor_textview.xml View 1 chunk +5 lines, -3 lines 0 comments Download
M chrome/android/java/res/layout/preference_address_float_label_layout.xml View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/android/java/res/values-v17/styles.xml View 1 4 chunks +9 lines, -5 lines 0 comments Download
M chrome/android/java/res/values/colors.xml View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/android/java/res/values/dimens.xml View 1 2 chunks +8 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/payments/ui/EditorTextField.java View 5 chunks +7 lines, -37 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/autofill/AutofillLocalCardEditor.java View 1 4 chunks +9 lines, -9 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/autofill/AutofillProfileEditor.java View 1 2 3 9 chunks +17 lines, -18 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/widget/CompatibilityTextInputLayout.java View 1 2 3 1 chunk +55 lines, -0 lines 0 comments Download
M chrome/android/java_sources.gni View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 14 (6 generated)
gone
ianwen@ for review rouslan@ as FYI
4 years, 5 months ago (2016-06-29 21:39:47 UTC) #3
gone
Had to rebase on top of Rouslan's patch; uploaded a new copy.
4 years, 5 months ago (2016-06-30 22:13:59 UTC) #4
Ian Wen
lgtm with several nitpicky suggestions. https://chromiumcodereview.appspot.com/2113493002/diff/40001/chrome/android/java/res/values-v17/styles.xml File chrome/android/java/res/values-v17/styles.xml (right): https://chromiumcodereview.appspot.com/2113493002/diff/40001/chrome/android/java/res/values-v17/styles.xml#newcode49 chrome/android/java/res/values-v17/styles.xml:49: <item name="android:statusBarColor" tools:targetApi="21">@android:color/black</item> Q: ...
4 years, 5 months ago (2016-06-30 23:12:16 UTC) #5
gone
https://chromiumcodereview.appspot.com/2113493002/diff/40001/chrome/android/java/res/values-v17/styles.xml File chrome/android/java/res/values-v17/styles.xml (right): https://chromiumcodereview.appspot.com/2113493002/diff/40001/chrome/android/java/res/values-v17/styles.xml#newcode49 chrome/android/java/res/values-v17/styles.xml:49: <item name="android:statusBarColor" tools:targetApi="21">@android:color/black</item> On 2016/06/30 23:12:15, Ian Wen wrote: ...
4 years, 5 months ago (2016-06-30 23:18:59 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2113493002/60001
4 years, 5 months ago (2016-06-30 23:20:09 UTC) #9
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 5 months ago (2016-07-01 00:20:16 UTC) #11
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-01 00:20:18 UTC) #12
commit-bot: I haz the power
4 years, 5 months ago (2016-07-01 00:23:03 UTC) #14
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/bec3ae5a3810c5a1c65597a32fa9761a4b6c3676
Cr-Commit-Position: refs/heads/master@{#403365}

Powered by Google App Engine
This is Rietveld 408576698