John Spurlock | 07f7efb | 2014-07-05 12:57:08 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2014 The Android Open Source Project |
John Spurlock | 4a35051 | 2014-04-08 14:08:21 -0400 | [diff] [blame] | 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
John Spurlock | 07f7efb | 2014-07-05 12:57:08 -0400 | [diff] [blame] | 16 | |
| 17 | <resources> |
Jorim Jaggi | 8a09b61 | 2015-04-06 17:47:18 -0700 | [diff] [blame] | 18 | <item name="confirm_lock_pattern" type="layout">@layout/confirm_lock_pattern_base</item> |
Maurice Lam | 3e3b8a9 | 2018-03-21 18:21:04 -0700 | [diff] [blame] | 19 | <item name="confirm_lock_pattern_normal" type="layout">@layout/confirm_lock_pattern_normal_base</item> |
Jorim Jaggi | 8a09b61 | 2015-04-06 17:47:18 -0700 | [diff] [blame] | 20 | <item name="confirm_lock_password" type="layout">@layout/confirm_lock_password_base</item> |
Jorim Jaggi | 5ad75f0 | 2015-04-22 16:17:23 -0700 | [diff] [blame] | 21 | <item name="fingerprint_enroll_find_sensor" type="layout">@layout/fingerprint_enroll_find_sensor_base</item> |
| 22 | <item name="fingerprint_enroll_enrolling" type="layout">@layout/fingerprint_enroll_enrolling_base</item> |
| 23 | <item name="fingerprint_enroll_finish" type="layout">@layout/fingerprint_enroll_finish_base</item> |
Grace Cheng | 4a187e1 | 2022-07-21 23:53:47 +0000 | [diff] [blame] | 24 | <item name="sfps_enroll_finish" type="layout">@layout/sfps_enroll_finish_base</item> |
Maurice Lam | d189ac5 | 2016-06-15 13:39:34 -0700 | [diff] [blame] | 25 | <item name="choose_lock_pattern" type="layout">@layout/choose_lock_pattern_common</item> |
John Spurlock | 07f7efb | 2014-07-05 12:57:08 -0400 | [diff] [blame] | 26 | </resources> |
| 27 | |