Add a generic blue background on some homepage tiles

If a homepage tile is injected from external packages, we can't
control what their icons look like, so we put a generic blue circular
background to make it consistent with the other icons.

Change-Id: I2a935db37fff097ae15540262bff94efea55179a
Fixes: 69314641
Test: robotests
This commit is contained in:
Fan Zhang
2018-01-25 13:31:37 -08:00
parent 90d1392e65
commit d62835a5d4
19 changed files with 246 additions and 112 deletions

View File

@@ -56,7 +56,9 @@ public interface DashboardFeatureProvider {
/**
* Whether or not we should tint icons in setting pages.
* @deprecated in favor of color icons in homepage
*/
@Deprecated
boolean shouldTintIcon();
/**