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

Commit 5dd5b13e authored by Matt Pietal's avatar Matt Pietal Committed by Android (Google) Code Review
Browse files

Merge "SIM PIN: Fix layout issues" into sc-dev

parents 72036e75 e56ac352
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"