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

Commit 70289464 authored by Adrian Roos's avatar Adrian Roos
Browse files

Fix keyguard user switcher layering

Bug: 15822308
Change-Id: I4253a5f9ccb395b291696825923b251c4069c617
parent 037c149e
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -62,6 +62,14 @@
            android:layout_height="match_parent"
            android:layout_marginBottom="@dimen/close_handle_underlap"/>

        <ViewStub
                android:id="@+id/keyguard_user_switcher"
                android:layout_height="wrap_content"
                android:layout_width="wrap_content"
                android:layout_marginTop="@dimen/status_bar_header_height_keyguard"
                android:layout_gravity="end"
                android:layout="@layout/keyguard_user_switcher" />

        <com.android.systemui.statusbar.phone.ObservableScrollView
            android:id="@+id/scroll_view"
            android:layout_width="match_parent"
@@ -92,14 +100,6 @@

    <include layout="@layout/status_bar_expanded_header" />

    <ViewStub
        android:id="@+id/keyguard_user_switcher"
        android:layout_height="wrap_content"
        android:layout_width="wrap_content"
        android:layout_marginTop="@dimen/status_bar_header_height_keyguard"
        android:layout_gravity="end"
        android:layout="@layout/keyguard_user_switcher" />

    <include
        layout="@layout/keyguard_bottom_area"
        android:visibility="gone" />