summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Adrian Roos <roosa@google.com> 2015-05-25 18:09:13 -0700
committer Adrian Roos <roosa@google.com> 2015-05-26 01:10:37 +0000
commit47cfee9d037584bed724f9786d10f85b048e58d0 (patch)
tree2925938f900512ec89196f0c782869ac227607e2
parent20c8fcaae502b5b3064227a8a804ce1d88c6a2b0 (diff)
Fix initial keyguard user switcher state
Bug: 18411080 Change-Id: I506968ee6101069361d83f7ef386802f5856a68e
-rw-r--r--packages/SystemUI/res/layout/keyguard_user_switcher.xml1
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