Fix keyguard user switcher layering

Bug: 15822308
Change-Id: I4253a5f9ccb395b291696825923b251c4069c617
This commit is contained in:
Adrian Roos
2014-07-02 17:19:52 +02:00
parent 037c149ef0
commit 7028946402

View File

@@ -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" />