summaryrefslogtreecommitdiffstats
path: root/res/layout/choose_lock_generic_fingerprint_header.xml
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2015-08-03 15:33:25 -0700
committerMaurice Lam <yukl@google.com>2015-08-03 23:12:09 +0000
commit87fadbe6d96e482fa8fc94f502afa10a522285a4 (patch)
treeb311e7061bcf38506ae79c9b6659f61fd44a4a5f /res/layout/choose_lock_generic_fingerprint_header.xml
parentc493f0421773fba528494d98e396c34f6815fe7b (diff)
downloadpackages_apps_Settings-87fadbe6d96e482fa8fc94f502afa10a522285a4.zip
packages_apps_Settings-87fadbe6d96e482fa8fc94f502afa10a522285a4.tar.gz
packages_apps_Settings-87fadbe6d96e482fa8fc94f502afa10a522285a4.tar.bz2
[Fingerprint] Help text for backup screen lock
Show a help text saying "Choose your backup screen lock method" when asking the user for backup screen lock during fingerprint enrollment. A backup translation is specified, using the source string "Set up your backup screen lock method". Bug: 22879473 Change-Id: I9b9348141227103e695d1fc78601745cac0309a7
Diffstat (limited to 'res/layout/choose_lock_generic_fingerprint_header.xml')
-rw-r--r--res/layout/choose_lock_generic_fingerprint_header.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/res/layout/choose_lock_generic_fingerprint_header.xml b/res/layout/choose_lock_generic_fingerprint_header.xml
new file mode 100644
index 0000000..5ad3004
--- /dev/null
+++ b/res/layout/choose_lock_generic_fingerprint_header.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2015 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:gravity="center_vertical"
+ android:minHeight="56dp"
+ android:paddingStart="?android:attr/listPreferredItemPaddingStart"
+ android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
+ android:text="@string/lock_settings_picker_fingerprint_message"
+ android:textAppearance="@android:style/TextAppearance.Material.Subhead" />