Merge "Scale the work profile background properly" into qt-r1-dev
This commit is contained in:
@@ -267,6 +267,7 @@ public abstract class BiometricDialogView extends LinearLayout {
|
||||
mContext.getTheme());
|
||||
image.setColorFilter(mDevicePolicyManager.getOrganizationColorForUser(mUserId),
|
||||
PorterDuff.Mode.DARKEN);
|
||||
backgroundView.setScaleType(ImageView.ScaleType.CENTER_CROP);
|
||||
backgroundView.setImageDrawable(image);
|
||||
} else {
|
||||
backgroundView.setImageDrawable(null);
|
||||
|
||||
Reference in New Issue
Block a user