Merge "Eliminate duplicated code for creating circled user icons in Settings."
This commit is contained in:
committed by
Android (Google) Code Review
commit
273a6e7ffd
@@ -90,7 +90,7 @@ public class RestrictedProfileSettings extends AppRestrictionsFragment
|
||||
} else {
|
||||
((TextView) mHeaderView.findViewById(android.R.id.title)).setText(info.name);
|
||||
((ImageView) mHeaderView.findViewById(android.R.id.icon)).setImageDrawable(
|
||||
getCircularUserIcon());
|
||||
Utils.getUserIcon(getActivity(), mUserManager, info));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user