Merge "Don't clip keyguard security container children (e.g. glow pad)" into klp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ba55106148
@@ -60,6 +60,8 @@
|
|||||||
android:id="@+id/keyguard_security_container"
|
android:id="@+id/keyguard_security_container"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:clipChildren="false"
|
||||||
|
android:clipToPadding="false"
|
||||||
androidprv:layout_childType="challenge"
|
androidprv:layout_childType="challenge"
|
||||||
androidprv:layout_centerWithinArea="0.55">
|
androidprv:layout_centerWithinArea="0.55">
|
||||||
<com.android.keyguard.KeyguardSecurityViewFlipper
|
<com.android.keyguard.KeyguardSecurityViewFlipper
|
||||||
|
|||||||
@@ -31,7 +31,8 @@
|
|||||||
<com.android.keyguard.SlidingChallengeLayout
|
<com.android.keyguard.SlidingChallengeLayout
|
||||||
android:id="@+id/sliding_layout"
|
android:id="@+id/sliding_layout"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent"
|
||||||
|
android:clipChildren="false">
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
@@ -64,6 +65,8 @@
|
|||||||
android:id="@+id/keyguard_security_container"
|
android:id="@+id/keyguard_security_container"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:clipChildren="false"
|
||||||
|
android:clipToPadding="false"
|
||||||
androidprv:layout_maxHeight="@dimen/keyguard_security_height"
|
androidprv:layout_maxHeight="@dimen/keyguard_security_height"
|
||||||
androidprv:layout_childType="challenge"
|
androidprv:layout_childType="challenge"
|
||||||
android:padding="0dp"
|
android:padding="0dp"
|
||||||
|
|||||||
@@ -61,6 +61,8 @@
|
|||||||
android:id="@+id/keyguard_security_container"
|
android:id="@+id/keyguard_security_container"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:clipChildren="false"
|
||||||
|
android:clipToPadding="false"
|
||||||
androidprv:layout_centerWithinArea="0.5"
|
androidprv:layout_centerWithinArea="0.5"
|
||||||
androidprv:layout_childType="challenge"
|
androidprv:layout_childType="challenge"
|
||||||
android:layout_gravity="center_horizontal|bottom">
|
android:layout_gravity="center_horizontal|bottom">
|
||||||
|
|||||||
Reference in New Issue
Block a user