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

Issue 2795653006: Add icon to the Data Saver main menu footer and update to spec (Closed)

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

Description

Add icon to the Data Saver main menu footer and update to spec Add icon to the Data Saver footer, update the strings to the new spec, and add a divider. BUG=702799 Review-Url: https://codereview.chromium.org/2795653006 Cr-Commit-Position: refs/heads/master@{#463350} Committed: https://chromium.googlesource.com/chromium/src/+/35113f638165a3c3e79b10b397684ad93c539315

Patch Set 1 #

Total comments: 2

Patch Set 2 : new assets #

Total comments: 4

Patch Set 3 : tedchoc comments #

Patch Set 4 : cropped icons #

Total comments: 4

Patch Set 5 : move graph into bitmap #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -23 lines) Patch
A chrome/android/java/res/drawable-hdpi/data_reduction_main_menu_chart.png View 1 2 3 Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi/data_reduction_main_menu_chart_base.png View 1 Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/data_reduction_main_menu_chart.png View 1 2 3 Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/data_reduction_main_menu_chart_base.png View 1 Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/data_reduction_main_menu_chart.png View 1 2 3 Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/data_reduction_main_menu_chart_base.png View 1 Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/data_reduction_main_menu_chart.png View 1 2 3 Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/data_reduction_main_menu_chart_base.png View 1 Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/data_reduction_main_menu_chart.png View 1 2 3 Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/data_reduction_main_menu_chart_base.png View 1 Binary file 0 comments Download
A chrome/android/java/res/drawable/data_reduction_main_menu_icon.xml View 1 2 3 4 1 chunk +13 lines, -0 lines 0 comments Download
M chrome/android/java/res/layout/data_reduction_main_menu_footer.xml View 1 2 3 1 chunk +42 lines, -15 lines 0 comments Download
M chrome/android/java/res/values-v17/styles.xml View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/res/values/dimens.xml View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/datareduction/DataReductionMainMenuFooter.java View 1 2 3 4 chunks +28 lines, -6 lines 0 comments Download
M chrome/android/java/strings/android_chrome_strings.grd View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 36 (24 generated)
megjablon
PTAL, thanks!
3 years, 8 months ago (2017-04-04 23:16:18 UTC) #2
Ted C
I was thinking that we could split the icon into two separate things (one being ...
3 years, 8 months ago (2017-04-05 17:32:13 UTC) #3
megjablon
Got new assets that split up the background and chart. I ran them through the ...
3 years, 8 months ago (2017-04-06 22:01:34 UTC) #5
Ted C
It looks like the graph portion of the image is still the same size as ...
3 years, 8 months ago (2017-04-07 18:19:10 UTC) #6
megjablon
https://codereview.chromium.org/2795653006/diff/40001/chrome/android/java/res/layout/data_reduction_main_menu_footer.xml File chrome/android/java/res/layout/data_reduction_main_menu_footer.xml (right): https://codereview.chromium.org/2795653006/diff/40001/chrome/android/java/res/layout/data_reduction_main_menu_footer.xml#newcode24 chrome/android/java/res/layout/data_reduction_main_menu_footer.xml:24: style="@style/AppMenuItem" > On 2017/04/07 18:19:10, Ted C wrote: > ...
3 years, 8 months ago (2017-04-07 20:03:26 UTC) #7
Ted C
On 2017/04/07 20:03:26, megjablon wrote: > https://codereview.chromium.org/2795653006/diff/40001/chrome/android/java/res/layout/data_reduction_main_menu_footer.xml > File chrome/android/java/res/layout/data_reduction_main_menu_footer.xml (right): > > https://codereview.chromium.org/2795653006/diff/40001/chrome/android/java/res/layout/data_reduction_main_menu_footer.xml#newcode24 > ...
3 years, 8 months ago (2017-04-07 20:22:29 UTC) #8
megjablon
On 2017/04/07 20:22:29, Ted C wrote: > On 2017/04/07 20:03:26, megjablon wrote: > > > ...
3 years, 8 months ago (2017-04-08 00:43:14 UTC) #11
Ted C
https://codereview.chromium.org/2795653006/diff/140001/chrome/android/java/res/drawable/data_reduction_main_menu_icon.xml File chrome/android/java/res/drawable/data_reduction_main_menu_icon.xml (right): https://codereview.chromium.org/2795653006/diff/140001/chrome/android/java/res/drawable/data_reduction_main_menu_icon.xml#newcode10 chrome/android/java/res/drawable/data_reduction_main_menu_icon.xml:10: android:layout_gravity="bottom" I "think" this would need to be android:gravity="bottom", ...
3 years, 8 months ago (2017-04-10 16:48:48 UTC) #25
megjablon
https://codereview.chromium.org/2795653006/diff/140001/chrome/android/java/res/drawable/data_reduction_main_menu_icon.xml File chrome/android/java/res/drawable/data_reduction_main_menu_icon.xml (right): https://codereview.chromium.org/2795653006/diff/140001/chrome/android/java/res/drawable/data_reduction_main_menu_icon.xml#newcode10 chrome/android/java/res/drawable/data_reduction_main_menu_icon.xml:10: android:layout_gravity="bottom" On 2017/04/10 16:48:48, Ted C wrote: > I ...
3 years, 8 months ago (2017-04-10 18:00:42 UTC) #27
Ted C
On 2017/04/10 18:00:42, megjablon wrote: > https://codereview.chromium.org/2795653006/diff/140001/chrome/android/java/res/drawable/data_reduction_main_menu_icon.xml > File chrome/android/java/res/drawable/data_reduction_main_menu_icon.xml (right): > > https://codereview.chromium.org/2795653006/diff/140001/chrome/android/java/res/drawable/data_reduction_main_menu_icon.xml#newcode10 > ...
3 years, 8 months ago (2017-04-10 18:09:20 UTC) #29
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/2795653006/160001
3 years, 8 months ago (2017-04-10 18:59:44 UTC) #33
commit-bot: I haz the power
3 years, 8 months ago (2017-04-10 19:12:25 UTC) #36
Message was sent while issue was closed.
Committed patchset #5 (id:160001) as
https://chromium.googlesource.com/chromium/src/+/35113f638165a3c3e79b10b39768...

Powered by Google App Engine
This is Rietveld 408576698