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

Commit 5ee6ba61 authored by Adam Powell's avatar Adam Powell
Browse files

Keyguard tablet/portrait fix for HUGE security views

Integrate from proto app

Bug 7453420

Change-Id: I3dca6e4d96c319c17ee52e13616c15db085b1c97
parent 6e36f101
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
            android:id="@+id/app_widget_container"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            androidprv:layout_centerWithinArea="0.55"
            androidprv:layout_centerWithinArea="0.5"
            androidprv:layout_childType="widget"
            androidprv:layout_maxWidth="480dp"
            androidprv:layout_maxHeight="480dp" />
@@ -52,8 +52,11 @@

        <com.android.internal.policy.impl.keyguard.KeyguardSecurityContainer
            android:id="@+id/keyguard_security_container"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            androidprv:layout_maxWidth="@dimen/keyguard_security_width"
            androidprv:layout_maxHeight="@dimen/keyguard_security_height"
            androidprv:layout_centerWithinArea="0.5"
            androidprv:layout_childType="challenge"
            android:layout_gravity="center_horizontal|bottom">
            <com.android.internal.policy.impl.keyguard.KeyguardSecurityViewFlipper