Merge "Work around nested SaveLayerAlpha bug" into klp-dev

This commit is contained in:
Chris Craik
2013-11-06 02:20:20 +00:00
committed by Android (Google) Code Review

View File

@@ -177,6 +177,7 @@ class KeyguardMessageArea extends TextView {
public KeyguardMessageArea(Context context, AttributeSet attrs) {
super(context, attrs);
setLayerType(LAYER_TYPE_HARDWARE, null); // work around nested unclipped SaveLayer bug
mLockPatternUtils = new LockPatternUtils(context);