diff options
| author | 2015-05-25 18:09:13 -0700 | |
|---|---|---|
| committer | 2015-05-26 01:10:37 +0000 | |
| commit | 47cfee9d037584bed724f9786d10f85b048e58d0 (patch) | |
| tree | 2925938f900512ec89196f0c782869ac227607e2 | |
| parent | 20c8fcaae502b5b3064227a8a804ce1d88c6a2b0 (diff) | |
Fix initial keyguard user switcher state
Bug: 18411080
Change-Id: I506968ee6101069361d83f7ef386802f5856a68e
| -rw-r--r-- | packages/SystemUI/res/layout/keyguard_user_switcher.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/keyguard_user_switcher.xml b/packages/SystemUI/res/layout/keyguard_user_switcher.xml index 773da9a32440..22834e1ce560 100644 --- a/packages/SystemUI/res/layout/keyguard_user_switcher.xml +++ b/packages/SystemUI/res/layout/keyguard_user_switcher.xml @@ -16,6 +16,7 @@ --> <view xmlns:android="http://schemas.android.com/apk/res/android" class="com.android.systemui.statusbar.policy.KeyguardUserSwitcher$Container" + android:visibility="gone" android:layout_height="match_parent" android:layout_width="match_parent"> <com.android.keyguard.AlphaOptimizedLinearLayout |