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

Issue 177863008: Update the AppBannerView appearance again (Closed)

Created:
6 years, 10 months ago by gone
Modified:
6 years, 10 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Update the AppBannerView appearance again * Add in "pressed" states for the banner and button. * Update the resources with new ones. * Change dimensions to account for email conversations with UX folks. * Redo the measurement algorithm to make it easier to add even more widgets. BUG=341556 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=253419

Patch Set 1 #

Patch Set 2 : Tweaking #

Patch Set 3 : Removed unused variable #

Patch Set 4 : Making highlight less finicky #

Total comments: 19

Patch Set 5 : Addressing comments hopefully #

Total comments: 2

Patch Set 6 : Rebasing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+345 lines, -141 lines) Patch
A chrome/android/java/res/drawable-xxhdpi/btn_star_empty.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/btn_star_full.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/btn_star_half.png View Binary file 0 comments Download
D chrome/android/java/res/drawable-xxhdpi/btn_star_mini_empty.png View Binary file 0 comments Download
D chrome/android/java/res/drawable-xxhdpi/btn_star_mini_full.png View Binary file 0 comments Download
D chrome/android/java/res/drawable-xxhdpi/btn_star_mini_half.png View Binary file 0 comments Download
M chrome/android/java/res/drawable-xxhdpi/card_background_default.9.png View Binary file 0 comments Download
M chrome/android/java/res/drawable-xxhdpi/google_play_logo.png View Binary file 0 comments Download
A chrome/android/java/res/drawable/app_banner_button_install.xml View 1 2 3 4 1 chunk +19 lines, -0 lines 0 comments Download
A chrome/android/java/res/drawable/app_banner_button_open.xml View 1 2 3 4 1 chunk +21 lines, -0 lines 0 comments Download
M chrome/android/java/res/layout/app_banner_view.xml View 1 2 3 4 2 chunks +21 lines, -3 lines 0 comments Download
M chrome/android/java/res/values-h720dp/dimens.xml View 1 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/android/java/res/values/colors.xml View 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/android/java/res/values/dimens.xml View 1 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java View 1 2 3 4 5 13 chunks +271 lines, -124 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/banners/RatingView.java View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/banners/SwipableOverlayView.java View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 18 (0 generated)
gone
Another round of adding UX requests.
6 years, 10 months ago (2014-02-25 02:04:42 UTC) #1
newt (away)
https://chromiumcodereview.appspot.com/177863008/diff/60001/chrome/android/java/res/drawable/app_banner_button_install.xml File chrome/android/java/res/drawable/app_banner_button_install.xml (right): https://chromiumcodereview.appspot.com/177863008/diff/60001/chrome/android/java/res/drawable/app_banner_button_install.xml#newcode9 chrome/android/java/res/drawable/app_banner_button_install.xml:9: <item android:drawable="@drawable/app_banner_button_install_pressed" I believe you may be able to ...
6 years, 10 months ago (2014-02-25 19:22:27 UTC) #2
gone
https://chromiumcodereview.appspot.com/177863008/diff/60001/chrome/android/java/res/drawable/app_banner_button_install.xml File chrome/android/java/res/drawable/app_banner_button_install.xml (right): https://chromiumcodereview.appspot.com/177863008/diff/60001/chrome/android/java/res/drawable/app_banner_button_install.xml#newcode9 chrome/android/java/res/drawable/app_banner_button_install.xml:9: <item android:drawable="@drawable/app_banner_button_install_pressed" On 2014/02/25 19:22:28, newt wrote: > I ...
6 years, 10 months ago (2014-02-25 20:26:11 UTC) #3
newt (away)
LGTM Let's install some appz! https://chromiumcodereview.appspot.com/177863008/diff/60001/chrome/android/java/res/values/colors.xml File chrome/android/java/res/values/colors.xml (right): https://chromiumcodereview.appspot.com/177863008/diff/60001/chrome/android/java/res/values/colors.xml#newcode19 chrome/android/java/res/values/colors.xml:19: <color name="app_banner_open_button_fg">#777777</color> On 2014/02/25 ...
6 years, 10 months ago (2014-02-25 20:46:04 UTC) #4
gone
Ted for OWNERS
6 years, 10 months ago (2014-02-25 20:47:23 UTC) #5
Ted C
lgtm w/ potential cleanup...maybe https://chromiumcodereview.appspot.com/177863008/diff/80001/chrome/android/java/res/layout/app_banner_view.xml File chrome/android/java/res/layout/app_banner_view.xml (right): https://chromiumcodereview.appspot.com/177863008/diff/80001/chrome/android/java/res/layout/app_banner_view.xml#newcode67 chrome/android/java/res/layout/app_banner_view.xml:67: <View Instead of this view, ...
6 years, 10 months ago (2014-02-25 21:17:36 UTC) #6
gone
https://chromiumcodereview.appspot.com/177863008/diff/80001/chrome/android/java/res/layout/app_banner_view.xml File chrome/android/java/res/layout/app_banner_view.xml (right): https://chromiumcodereview.appspot.com/177863008/diff/80001/chrome/android/java/res/layout/app_banner_view.xml#newcode67 chrome/android/java/res/layout/app_banner_view.xml:67: <View On 2014/02/25 21:17:36, Ted C wrote: > Instead ...
6 years, 10 months ago (2014-02-25 22:30:13 UTC) #7
gone
The CQ bit was checked by dfalcantara@chromium.org
6 years, 10 months ago (2014-02-25 22:32:23 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dfalcantara@chromium.org/177863008/80001
6 years, 10 months ago (2014-02-25 22:51:17 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-25 22:51:28 UTC) #10
commit-bot: I haz the power
Failed to apply patch for chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 10 months ago (2014-02-25 22:51:29 UTC) #11
gone
The CQ bit was checked by dfalcantara@chromium.org
6 years, 10 months ago (2014-02-25 22:59:55 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dfalcantara@chromium.org/177863008/100001
6 years, 10 months ago (2014-02-25 23:51:18 UTC) #13
gone
On 2014/02/25 23:51:18, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
6 years, 10 months ago (2014-02-25 23:54:33 UTC) #14
Paweł Hajdan Jr.
The CQ bit was unchecked by phajdan.jr@chromium.org
6 years, 10 months ago (2014-02-26 05:44:24 UTC) #15
Paweł Hajdan Jr.
The CQ bit was checked by phajdan.jr@chromium.org
6 years, 10 months ago (2014-02-26 06:00:40 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dfalcantara@chromium.org/177863008/100001
6 years, 10 months ago (2014-02-26 06:16:45 UTC) #17
commit-bot: I haz the power
6 years, 10 months ago (2014-02-26 12:03:16 UTC) #18
Message was sent while issue was closed.
Change committed as 253419

Powered by Google App Engine
This is Rietveld 408576698