Merge "Make homepage icons more colorful!"

This commit is contained in:
Fan Zhang
2018-01-25 00:34:13 +00:00
committed by Android (Google) Code Review
31 changed files with 1101 additions and 86 deletions

View File

@@ -66,7 +66,7 @@ public class SupportDashboardActivity extends Activity implements Indexable {
data.title = context.getString(R.string.page_tab_title_support);
data.screenTitle = context.getString(R.string.settings_label);
data.summaryOn = context.getString(R.string.support_summary);
data.iconResId = R.drawable.ic_help;
data.iconResId = R.drawable.ic_homepage_support;
data.intentTargetPackage = context.getPackageName();
data.intentTargetClass = SupportDashboardActivity.class.getName();
data.intentAction = Intent.ACTION_MAIN;