Merge "Make homepage icons more colorful!"
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user