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

Commit 99f2f5e7 authored by Alan Viverette's avatar Alan Viverette
Browse files

Don't clip keyguard security container children (e.g. glow pad)

BUG: 11112606
Change-Id: I5145004f16dd805161e530b8836cc9c1f177427b
parent dc70340d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -60,6 +60,8 @@
            android:id="@+id/keyguard_security_container"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:clipChildren="false"
            android:clipToPadding="false"
            androidprv:layout_childType="challenge"
            androidprv:layout_centerWithinArea="0.55">
            <com.android.keyguard.KeyguardSecurityViewFlipper
+4 −1
Original line number Diff line number Diff line
@@ -31,7 +31,8 @@
    <com.android.keyguard.SlidingChallengeLayout
        android:id="@+id/sliding_layout"
        android:layout_width="match_parent"
        android:layout_height="match_parent">
        android:layout_height="match_parent"
        android:clipChildren="false">

        <FrameLayout
            android:layout_width="match_parent"
@@ -64,6 +65,8 @@
            android:id="@+id/keyguard_security_container"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:clipChildren="false"
            android:clipToPadding="false"
            androidprv:layout_maxHeight="@dimen/keyguard_security_height"
            androidprv:layout_childType="challenge"
            android:padding="0dp"
+2 −0
Original line number Diff line number Diff line
@@ -61,6 +61,8 @@
            android:id="@+id/keyguard_security_container"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:clipChildren="false"
            android:clipToPadding="false"
            androidprv:layout_centerWithinArea="0.5"
            androidprv:layout_childType="challenge"
            android:layout_gravity="center_horizontal|bottom">