Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e56ac352 authored by Matt Pietal's avatar Matt Pietal
Browse files

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
parent 7ee87037
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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"
+0 −1
Original line number Diff line number Diff line
@@ -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"