Merge "[Bouncer] Remove margin top for bouncer view." into tm-qpr-dev am: 383be0ac55
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20643913 Change-Id: Id70ae3fcb8bfe1f98b5d6fdafebfbed99df43dc1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -98,16 +98,18 @@
|
||||
android:singleLine="true"
|
||||
android:ellipsize="marquee"
|
||||
android:focusable="true" />
|
||||
<FrameLayout android:id="@+id/keyguard_bouncer_container"
|
||||
android:layout_height="0dp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:background="@android:color/transparent"
|
||||
android:visibility="invisible"
|
||||
android:clipChildren="false"
|
||||
android:clipToPadding="false" />
|
||||
</LinearLayout>
|
||||
|
||||
<FrameLayout android:id="@+id/keyguard_bouncer_container"
|
||||
android:paddingTop="@dimen/status_bar_height"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:background="@android:color/transparent"
|
||||
android:visibility="invisible"
|
||||
android:clipChildren="false"
|
||||
android:clipToPadding="false" />
|
||||
|
||||
<com.android.systemui.biometrics.AuthRippleView
|
||||
android:id="@+id/auth_ripple"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user