blob: e9309d4da64bf7b528afb31c0ba9f952ffd601a1 [file] [log] [blame]
Maggie Benthall3278c022013-10-04 18:50:51 -04001<?xml version="1.0" encoding="utf-8"?>
2
3<!-- Copyright (C) 2013 The Android Open Source Project
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
17
18<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
19 android:orientation="vertical" android:layout_width="fill_parent"
20 android:layout_height="fill_parent">
21
mcseunghyun.kime31c4322014-03-20 09:43:49 +090022 <ScrollView
23 android:layout_width="match_parent"
24 android:layout_height="match_parent"
25 android:layout_alignParentTop="true" >
Maggie Benthall3278c022013-10-04 18:50:51 -040026
mcseunghyun.kime31c4322014-03-20 09:43:49 +090027 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
28 android:orientation="vertical"
29 android:layout_width="fill_parent"
30 android:layout_height="wrap_content">
Maggie Benthall3278c022013-10-04 18:50:51 -040031
mcseunghyun.kime31c4322014-03-20 09:43:49 +090032 <TextView
33 android:id="@+id/check_cert_desc"
34 android:layout_width="wrap_content"
35 android:layout_height="wrap_content"
36 android:text="@string/caboot_check_cert_installed"/>
Maggie Benthall3278c022013-10-04 18:50:51 -040037
mcseunghyun.kime31c4322014-03-20 09:43:49 +090038 <Button android:id="@+id/check_creds"
39 android:layout_width="wrap_content"
40 android:layout_height="wrap_content"
41 android:text="@string/caboot_check_creds" />
Maggie Benthall3278c022013-10-04 18:50:51 -040042
mcseunghyun.kime31c4322014-03-20 09:43:49 +090043 <TextView
44 android:id="@+id/need_to_install_cert"
45 android:layout_width="wrap_content"
46 android:layout_height="wrap_content"
47 android:text="@string/caboot_if_not_installed"/>
Maggie Benthall3278c022013-10-04 18:50:51 -040048
mcseunghyun.kime31c4322014-03-20 09:43:49 +090049 <Button android:id="@+id/install"
50 android:layout_width="wrap_content"
51 android:layout_height="wrap_content"
52 android:text="@string/caboot_install_cert" />
Maggie Benthall3278c022013-10-04 18:50:51 -040053
mcseunghyun.kime31c4322014-03-20 09:43:49 +090054 <TextView
55 android:id="@+id/reboot"
56 android:layout_width="wrap_content"
57 android:layout_height="wrap_content"
58 android:text="@string/caboot_reboot_desc"/>
Maggie Benthall3278c022013-10-04 18:50:51 -040059
mcseunghyun.kime31c4322014-03-20 09:43:49 +090060 <TextView
61 android:id="@+id/after_reboot"
62 android:layout_width="wrap_content"
63 android:layout_height="wrap_content"
64 android:text="@string/caboot_after_boot"/>
Maggie Benthall3278c022013-10-04 18:50:51 -040065
mcseunghyun.kime31c4322014-03-20 09:43:49 +090066 <include layout="@layout/pass_fail_buttons" />
67 </LinearLayout>
68 </ScrollView>
Maggie Benthall3278c022013-10-04 18:50:51 -040069</LinearLayout>