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

Commit 383be0ac authored by Aaron Liu's avatar Aaron Liu Committed by Android (Google) Code Review
Browse files

Merge "[Bouncer] Remove margin top for bouncer view." into tm-qpr-dev

parents fb952d5f 9271f66c
Loading
Loading
Loading
Loading
+10 −8
Original line number Diff line number Diff line
@@ -98,15 +98,17 @@
            android:singleLine="true"
            android:ellipsize="marquee"
            android:focusable="true" />
    </LinearLayout>

    <FrameLayout android:id="@+id/keyguard_bouncer_container"
                     android:layout_height="0dp"
        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" />
    </LinearLayout>

    <com.android.systemui.biometrics.AuthRippleView
        android:id="@+id/auth_ripple"