Bug 997765 - Change bg color and image for blank spots in top sites (r=mfinkle)

This commit is contained in:
Lucas Rocha 2014-06-05 21:54:23 +01:00
parent d417d9e6c7
commit ff597dd05f
4 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public class TopSitesThumbnailView extends ImageView {
private static final int COLOR_FILTER = 0x46FFFFFF;
// Default filter color for "Add a bookmark" views.
private static final int DEFAULT_COLOR = 0x46ECF0F3;
private static final int DEFAULT_COLOR = 0xFFECF0F3;
// Stroke width for the border.
private final float mStrokeWidth = getResources().getDisplayMetrics().density * 2;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 B

After

Width:  |  Height:  |  Size: 151 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 B

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 B

After

Width:  |  Height:  |  Size: 156 B