Merge "Prevent KeyguardContainer size from shrinking when switching from Password Security Challenge." into rvc-dev

This commit is contained in:
Youngjun Kwak
2020-04-21 15:58:32 +00:00
committed by Android (Google) Code Review

View File

@@ -29,8 +29,6 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
androidprv:layout_maxWidth="@dimen/keyguard_security_width"
androidprv:layout_maxHeight="@dimen/keyguard_security_height"
android:gravity="center">
<include layout="@layout/keyguard_message_area" />