Merge "Automated Token Alignment Android/Material" into udc-dev

This commit is contained in:
Marcelo Arteiro
2023-03-06 12:46:02 +00:00
committed by Android (Google) Code Review
29 changed files with 33 additions and 33 deletions

View File

@@ -58,7 +58,7 @@ public class UserAdapter extends BaseAdapter {
mUserHandle = userHandle;
UserInfo userInfo = um.getUserInfo(mUserHandle.getIdentifier());
int tintColor = Utils.getColorAttrDefaultColor(context,
com.android.internal.R.attr.colorAccentPrimaryVariant);
com.android.internal.R.attr.materialColorPrimaryContainer);
if (userInfo.isManagedProfile()) {
mIcon = context.getPackageManager().getUserBadgeForDensityNoBackground(
userHandle, /* density= */ 0);