blob: c1d53267226efb3ba6069ee0f5d97303612a9f42 [file] [log] [blame]
Adam Cohen66b9fb1662012-09-05 16:23:58 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3**
4** Copyright 2009, The Android Open Source Project
5**
6** Licensed under the Apache License, Version 2.0 (the "License")
7** you may not use this file except in compliance with the License.
8** You may obtain a copy of the License at
9**
10** http://www.apache.org/licenses/LICENSE-2.0
11**
12** Unless required by applicable law or agreed to in writing, software
13** distributed under the License is distributed on an "AS IS" BASIS,
14** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15** See the License for the specific language governing permissions and
16** limitations under the License.
17*/
18-->
Jim Miller5ecd8112013-01-09 18:50:26 -080019<com.android.keyguard.KeyguardMultiUserSelectorView
20 xmlns:androidprv="http://schemas.android.com/apk/res/com.android.keyguard"
Adam Cohen66b9fb1662012-09-05 16:23:58 -070021 xmlns:android="http://schemas.android.com/apk/res/android"
Jim Miller19a52672012-10-23 19:52:04 -070022 androidprv:layout_childType="userSwitcher"
23 android:id="@+id/keyguard_user_selector"
Adam Cohen66b9fb1662012-09-05 16:23:58 -070024 android:orientation="horizontal"
Adam Cohen24b351a2012-09-14 15:02:27 -070025 android:layout_width="match_parent"
Jim Miller19a52672012-10-23 19:52:04 -070026 android:layout_height="wrap_content"
27 android:layout_gravity="bottom"
Jim Miller5ecd8112013-01-09 18:50:26 -080028 android:contentDescription="@string/keyguard_accessibility_user_selector"
Jim Miller19a52672012-10-23 19:52:04 -070029 android:visibility="gone">
Adam Cohen66b9fb1662012-09-05 16:23:58 -070030
Jim Miller5ecd8112013-01-09 18:50:26 -080031 <com.android.keyguard.KeyguardLinearLayout
Adam Cohen24b351a2012-09-14 15:02:27 -070032 android:id="@+id/keyguard_users_grid"
33 android:orientation="horizontal"
Jim Miller022554e2012-10-22 19:03:06 -070034 android:layout_width="wrap_content"
Jim Miller19a52672012-10-23 19:52:04 -070035 android:layout_marginBottom="@dimen/keyguard_muliuser_selector_margin"
Chris Wren692bb132012-10-23 13:37:36 -040036 android:layout_height="@dimen/keyguard_avatar_size"
Jim Miller022554e2012-10-22 19:03:06 -070037 android:layout_gravity="center|bottom" />
Adam Cohen66b9fb1662012-09-05 16:23:58 -070038
Jim Miller5ecd8112013-01-09 18:50:26 -080039</com.android.keyguard.KeyguardMultiUserSelectorView>