Merge "Update "ask every time" asset." into qt-dev

This commit is contained in:
TreeHugger Robot
2019-04-24 23:57:30 +00:00
committed by Android (Google) Code Review
7 changed files with 31 additions and 1 deletions

View File

@@ -174,7 +174,7 @@ public class SimListDialogFragment extends SimDialogFragment implements
if (sub == null) {
title.setText(R.string.sim_calls_ask_first_prefs_title);
summary.setText("");
icon.setImageDrawable(mContext.getDrawable(R.drawable.ic_help));
icon.setImageDrawable(mContext.getDrawable(R.drawable.ic_feedback_24dp));
icon.setImageTintList(
Utils.getColorAttr(mContext, android.R.attr.textColorSecondary));
} else {