blob: 41be2f63cca6efd4c2489df0c817754ca2dfedd0 [file] [log] [blame]
Selim Cinekec850042015-06-11 18:59:54 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
Udam Saini8ef4c622016-02-03 17:31:11 -08003 Copyright (C) 2015 The Android Open Source Project
Selim Cinekec850042015-06-11 18:59:54 -07004
Udam Saini8ef4c622016-02-03 17:31:11 -08005 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
Pasty Changc1f86002018-12-11 02:22:55 +000018<com.google.android.setupdesign.GlifLayout
Selim Cinekec850042015-06-11 18:59:54 -070019 xmlns:android="http://schemas.android.com/apk/res/android"
Maurice Lam190ec1c2016-04-22 16:41:18 -070020 style="?attr/fingerprint_layout_theme"
Selim Cinekec850042015-06-11 18:59:54 -070021 android:id="@+id/setup_wizard_layout"
22 android:layout_width="match_parent"
pastychang1b166682018-12-18 10:53:34 +080023 android:layout_height="match_parent">
Maurice Lam584a11e2016-06-27 12:59:12 -070024
25 <LinearLayout
pastychang79614822019-01-03 10:12:54 +080026 style="@style/SudContentFrame"
Maurice Lam584a11e2016-06-27 12:59:12 -070027 android:layout_width="match_parent"
28 android:layout_height="wrap_content"
Maurice Lambdfc27f2017-02-21 18:24:39 -080029 android:clipChildren="false"
30 android:clipToPadding="false"
Maurice Lam584a11e2016-06-27 12:59:12 -070031 android:orientation="vertical">
32
Pasty Changc1f86002018-12-11 02:22:55 +000033 <com.google.android.setupdesign.view.RichTextView
pastychangfa68ec42019-04-12 16:22:17 +080034 android:id="@+id/sud_layout_description"
pastychang79614822019-01-03 10:12:54 +080035 style="@style/SudDescription.Glif"
Maurice Lam584a11e2016-06-27 12:59:12 -070036 android:layout_width="match_parent"
37 android:layout_height="wrap_content"
38 android:text="@string/security_settings_fingerprint_enroll_introduction_message" />
39
Pasty Changc1f86002018-12-11 02:22:55 +000040 <com.google.android.setupdesign.view.RichTextView
Maurice Lam016e4c62016-10-27 11:22:39 -070041 android:id="@+id/error_text"
pastychang79614822019-01-03 10:12:54 +080042 style="@style/SudDescription.Glif"
Maurice Lam016e4c62016-10-27 11:22:39 -070043 android:layout_width="match_parent"
44 android:layout_height="wrap_content" />
45
Pasty Changc1f86002018-12-11 02:22:55 +000046 <com.google.android.setupdesign.view.FillContentLayout
Maurice Lam2bc609a2017-08-16 11:44:19 -070047 android:layout_width="match_parent"
48 android:layout_height="wrap_content"
49 android:layout_weight="1">
50
51 <ImageView
pastychang79614822019-01-03 10:12:54 +080052 style="@style/SudContentIllustration"
Maurice Lam2bc609a2017-08-16 11:44:19 -070053 android:layout_width="match_parent"
54 android:layout_height="match_parent"
55 android:contentDescription="@null"
56 android:src="@drawable/fingerprint_enroll_introduction" />
57
Pasty Changc1f86002018-12-11 02:22:55 +000058 </com.google.android.setupdesign.view.FillContentLayout>
Maurice Lam2bc609a2017-08-16 11:44:19 -070059
Maurice Lam584a11e2016-06-27 12:59:12 -070060 </LinearLayout>
61
Pasty Changc1f86002018-12-11 02:22:55 +000062</com.google.android.setupdesign.GlifLayout>