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

Issue 2843973002: Use larger vector graphics for special tiles and fix selection ring. (Closed)

Created:
3 years, 8 months ago by Finnur
Modified:
3 years, 7 months ago
CC:
agrieve+watch_chromium.org, chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Use larger vector graphics for special tiles and fix selection ring. BUG=656015 Review-Url: https://codereview.chromium.org/2843973002 Cr-Commit-Position: refs/heads/master@{#469635} Committed: https://chromium.googlesource.com/chromium/src/+/403845af284556f00645e2790618722fb99f9d34

Patch Set 1 #

Total comments: 10

Patch Set 2 : No code change, just sync #

Patch Set 3 : Address feedback from Theresa #

Total comments: 2

Patch Set 4 : Address feedback #

Patch Set 5 : Fix unused variable issue #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -45 lines) Patch
M build/android/lint/suppressions.xml View 1 2 1 chunk +3 lines, -1 line 0 comments Download
A chrome/android/java/res/drawable/checkmark_blue.xml View 1 2 1 chunk +19 lines, -0 lines 0 comments Download
M chrome/android/java/res/drawable/circle_white.xml View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/android/java/res/layout/photo_picker_bitmap_view.xml View 1 2 3 1 chunk +34 lines, -16 lines 0 comments Download
M chrome/android/java/res/values/colors.xml View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/photo_picker/PickerBitmapView.java View 1 2 3 4 5 chunks +34 lines, -24 lines 0 comments Download

Messages

Total messages: 45 (24 generated)
Finnur
This addresses some of the UI concerns Chris had. Specifically, regarding the size of the ...
3 years, 8 months ago (2017-04-26 15:54:15 UTC) #4
Theresa
https://codereview.chromium.org/2843973002/diff/1/chrome/android/java/res/drawable/ic_collections_grey600_48dp.xml File chrome/android/java/res/drawable/ic_collections_grey600_48dp.xml (right): https://codereview.chromium.org/2843973002/diff/1/chrome/android/java/res/drawable/ic_collections_grey600_48dp.xml#newcode5 chrome/android/java/res/drawable/ic_collections_grey600_48dp.xml:5: We already have an ic_collections_grey.xml that's grey_google_grey_600. Can we ...
3 years, 8 months ago (2017-04-26 18:04:31 UTC) #7
Finnur
https://codereview.chromium.org/2843973002/diff/1/chrome/android/java/res/drawable/ic_collections_grey600_48dp.xml File chrome/android/java/res/drawable/ic_collections_grey600_48dp.xml (right): https://codereview.chromium.org/2843973002/diff/1/chrome/android/java/res/drawable/ic_collections_grey600_48dp.xml#newcode5 chrome/android/java/res/drawable/ic_collections_grey600_48dp.xml:5: The impetus for this change is larger icons for ...
3 years, 8 months ago (2017-04-26 20:30:45 UTC) #10
Finnur
Forgot to mention (although it is obvious) that there's no code change, just replying for ...
3 years, 8 months ago (2017-04-26 20:31:26 UTC) #11
Theresa
https://codereview.chromium.org/2843973002/diff/1/chrome/android/java/res/drawable/ic_collections_grey600_48dp.xml File chrome/android/java/res/drawable/ic_collections_grey600_48dp.xml (right): https://codereview.chromium.org/2843973002/diff/1/chrome/android/java/res/drawable/ic_collections_grey600_48dp.xml#newcode5 chrome/android/java/res/drawable/ic_collections_grey600_48dp.xml:5: On 2017/04/26 20:30:44, Finnur wrote: > The impetus for ...
3 years, 8 months ago (2017-04-26 20:47:17 UTC) #12
Finnur
https://codereview.chromium.org/2843973002/diff/1/chrome/android/java/res/drawable/ic_collections_grey600_48dp.xml File chrome/android/java/res/drawable/ic_collections_grey600_48dp.xml (right): https://codereview.chromium.org/2843973002/diff/1/chrome/android/java/res/drawable/ic_collections_grey600_48dp.xml#newcode5 chrome/android/java/res/drawable/ic_collections_grey600_48dp.xml:5: When I did this initially, I used an ImageView ...
3 years, 7 months ago (2017-04-27 15:02:26 UTC) #15
Theresa
https://codereview.chromium.org/2843973002/diff/1/chrome/android/java/res/drawable/ic_collections_grey600_48dp.xml File chrome/android/java/res/drawable/ic_collections_grey600_48dp.xml (right): https://codereview.chromium.org/2843973002/diff/1/chrome/android/java/res/drawable/ic_collections_grey600_48dp.xml#newcode5 chrome/android/java/res/drawable/ic_collections_grey600_48dp.xml:5: On 2017/04/27 15:02:26, Finnur wrote: > When I did ...
3 years, 7 months ago (2017-04-27 15:45:28 UTC) #16
Theresa
https://codereview.chromium.org/2843973002/diff/1/chrome/android/java/res/drawable/ic_collections_grey600_48dp.xml File chrome/android/java/res/drawable/ic_collections_grey600_48dp.xml (right): https://codereview.chromium.org/2843973002/diff/1/chrome/android/java/res/drawable/ic_collections_grey600_48dp.xml#newcode5 chrome/android/java/res/drawable/ic_collections_grey600_48dp.xml:5: On 2017/04/27 15:45:27, Theresa wrote: > On 2017/04/27 15:02:26, ...
3 years, 7 months ago (2017-04-27 15:49:49 UTC) #17
Finnur
PTAL. SetBounds does not seem to increase the size of the image inside the compound ...
3 years, 7 months ago (2017-05-04 15:16:32 UTC) #24
Theresa
Looks good overall, thanks! Just a couple of minor comments. https://codereview.chromium.org/2843973002/diff/120001/chrome/android/java/res/layout/photo_picker_bitmap_view.xml File chrome/android/java/res/layout/photo_picker_bitmap_view.xml (right): https://codereview.chromium.org/2843973002/diff/120001/chrome/android/java/res/layout/photo_picker_bitmap_view.xml#newcode35 ...
3 years, 7 months ago (2017-05-04 15:27:14 UTC) #25
Finnur
Done. PTAL. If this looks OK feel free to check the CQ box. Thanks!
3 years, 7 months ago (2017-05-04 15:47:23 UTC) #26
Theresa
lgtm +mikecase for build/android OWNERS review
3 years, 7 months ago (2017-05-04 15:57:24 UTC) #28
Finnur
Thanks! Mike, if this looks OK, feel free to check the CQ box! :)
3 years, 7 months ago (2017-05-04 16:05:59 UTC) #29
mikecase (-- gone --)
lgtm
3 years, 7 months ago (2017-05-05 01:13:51 UTC) #31
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/2843973002/140001
3 years, 7 months ago (2017-05-05 01:14:28 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_clang_dbg_recipe/builds/262248)
3 years, 7 months ago (2017-05-05 03:05:21 UTC) #34
Finnur
Theresa, I've moved a couple of lines to avoid the DeadStore report. I don't think ...
3 years, 7 months ago (2017-05-05 10:21:57 UTC) #35
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/2843973002/160001
3 years, 7 months ago (2017-05-05 10:22:19 UTC) #38
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/286486)
3 years, 7 months ago (2017-05-05 12:19:01 UTC) #40
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/2843973002/160001
3 years, 7 months ago (2017-05-05 12:21:48 UTC) #42
commit-bot: I haz the power
3 years, 7 months ago (2017-05-05 13:16:34 UTC) #45
Message was sent while issue was closed.
Committed patchset #5 (id:160001) as
https://chromium.googlesource.com/chromium/src/+/403845af284556f00645e2790618...

Powered by Google App Engine
This is Rietveld 408576698