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

Issue 15875019: [Android] Fixed default bookmark shortcut icon dimension on flo. (Closed)

Created:
7 years, 6 months ago by Kibeom Kim (inactive)
Modified:
7 years, 6 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

[Android] Fixed default bookmark shortcut icon dimension on flo. Dimensions used to draw bookmark shortcut icon should depend on the resolution of the device (i.e., mdpi, hdpi, ...). This CL added -mdpi, -hdpi, and -xhdpi qualifier to values-sw600dp/dimens.xml so that correct dimensions are selected for the corresponding resolution tablet. Specifically, this corrects the bookmark shortcut icon look on flo, which is values-sw600dp-xhdpi. Tested on Nexus 10, new Nexus 7 and Motorola Xoom. BUG=241380

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -39 lines) Patch
A + chrome/android/java/res/values-sw600dp-hdpi/dimens.xml View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/android/java/res/values-sw600dp-mdpi/dimens.xml View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/android/java/res/values-sw600dp-xhdpi/dimens.xml View 1 chunk +1 line, -1 line 0 comments Download
D chrome/android/java/res/values-sw600dp/dimens.xml View 1 chunk +0 lines, -18 lines 0 comments Download
D chrome/android/java/res/values-sw800dp/dimens.xml View 1 chunk +0 lines, -18 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kibeom Kim (inactive)
7 years, 6 months ago (2013-05-29 21:52:57 UTC) #1
Kibeom Kim (inactive)
7 years, 6 months ago (2013-05-29 22:25:11 UTC) #2
I just talked with newt, and we agreed that the better solution is not keeping
dimens.xml separately but just baking the information into the icon images.
(homescreen_bg.png) I'll work on that.

Powered by Google App Engine
This is Rietveld 408576698