blob: a7fecbaf3613831a2ae91b92435ae0a62ab09444 [file] [log] [blame]
Jason parks8fd5bc92011-01-12 16:03:31 -06001<?xml version="1.0" encoding="utf-8"?>
2<!--
3**
Paul Lawrenceaa057382014-07-16 10:21:04 -07004** Copyright 2014, The Android Open Source Project
Jason parks8fd5bc92011-01-12 16:03:31 -06005**
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-->
19
Jason parks6f8fb432011-01-07 09:02:14 -060020<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
21 android:layout_width="match_parent"
22 android:layout_height="match_parent"
Paul Lawrence4fd2e5f2014-08-11 14:05:33 -070023 android:orientation="vertical"
24 android:layout_marginTop="@dimen/crypt_keeper_password_top_margin">
Paul Lawrenceaa057382014-07-16 10:21:04 -070025
Ben Komalo9fcb6a72011-08-26 14:40:18 -070026 <include layout="@layout/crypt_keeper_status" />
27
Jason parks6f8fb432011-01-07 09:02:14 -060028 <LinearLayout
Paul Lawrence4fd2e5f2014-08-11 14:05:33 -070029 android:layout_width="@dimen/crypt_keeper_password_width"
30 android:layout_height="wrap_content"
31 android:orientation="horizontal"
32 android:layout_marginTop="16dip"
33 android:layout_gravity="center_horizontal"
34 android:background="@color/crypt_keeper_password_background">
Paul Lawrenceaa057382014-07-16 10:21:04 -070035
Paul Lawrence4fd2e5f2014-08-11 14:05:33 -070036 <include layout="@layout/crypt_keeper_password_field" />
Paul Lawrenceaa057382014-07-16 10:21:04 -070037
Ben Komalo9fcb6a72011-08-26 14:40:18 -070038 </LinearLayout>
Paul Lawrenceaa057382014-07-16 10:21:04 -070039
Paul Lawrence4fd2e5f2014-08-11 14:05:33 -070040 <include layout="@layout/crypt_keeper_emergency_button" />
Jason parks8fd5bc92011-01-12 16:03:31 -060041
David Brown8373b452011-06-20 12:38:45 -070042</LinearLayout>