SIM PIN: Fix layout issues
The height of the parent views could limit the overall size of the security views. Remove the limit. Fixes: 178412096 Test: manually tested by reporter, not locally reproducible Change-Id: I8e450940bc3e06d64865b52d2c3992efbfda7cc4
This commit is contained in:
@@ -32,9 +32,8 @@
|
||||
|
||||
<com.android.keyguard.KeyguardSecurityContainer
|
||||
android:id="@+id/keyguard_security_container"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
androidprv:layout_maxHeight="@dimen/keyguard_security_max_height"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:clipChildren="false"
|
||||
android:clipToPadding="false"
|
||||
android:padding="0dp"
|
||||
|
||||
@@ -46,7 +46,6 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:gravity="center"
|
||||
android:layout_weight="1"
|
||||
android:layoutDirection="ltr"
|
||||
>
|
||||
<include layout="@layout/keyguard_esim_area"
|
||||
|
||||
Reference in New Issue
Block a user