Jim Miller | 5ecd811 | 2013-01-09 18:50:26 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2006 The Android Open Source Project |
| 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 | --> |
| 16 | |
| 17 | <!-- Formatting note: terminate all comments with a period, to avoid breaking |
| 18 | the documentation output. To suppress comment lines from the documentation |
| 19 | output, insert an eat-comment element after the comment lines. |
| 20 | --> |
| 21 | |
| 22 | <resources> |
Jim Miller | 5ecd811 | 2013-01-09 18:50:26 -0800 | [diff] [blame] | 23 | <declare-styleable name="KeyguardSecurityViewFlipper_Layout"> |
Jorim Jaggi | a29e81b | 2014-12-19 19:26:06 +0100 | [diff] [blame] | 24 | <attr name="layout_maxWidth" format="dimension"/> |
| 25 | <attr name="layout_maxHeight" format="dimension" /> |
Jim Miller | 5ecd811 | 2013-01-09 18:50:26 -0800 | [diff] [blame] | 26 | </declare-styleable> |
| 27 | |
| 28 | <declare-styleable name="NumPadKey"> |
| 29 | <attr name="digit" format="integer" /> |
| 30 | <attr name="textView" format="reference" /> |
| 31 | </declare-styleable> |
Jorim Jaggi | 2580793 | 2014-04-24 23:29:46 +0200 | [diff] [blame] | 32 | |
Selim Cinek | 4e8b9ed | 2014-06-20 16:37:04 -0700 | [diff] [blame] | 33 | <declare-styleable name="PasswordTextView"> |
| 34 | <attr name="scaledTextSize" format="integer" /> |
Evan Rosky | 9042750 | 2016-04-01 16:04:23 -0700 | [diff] [blame] | 35 | <attr name="android:gravity" /> |
| 36 | <attr name="dotSize" format="dimension" /> |
| 37 | <attr name="charPadding" format="dimension" /> |
Lucas Dupin | 987f193 | 2017-05-13 21:02:52 -0700 | [diff] [blame] | 38 | <attr name="android:textColor" format="color" /> |
Selim Cinek | 4e8b9ed | 2014-06-20 16:37:04 -0700 | [diff] [blame] | 39 | </declare-styleable> |
| 40 | |
Lucas Dupin | e17ce52 | 2017-07-17 15:45:06 -0700 | [diff] [blame] | 41 | <attr name="passwordStyle" format="reference" /> |
Beverly | e1b6d7f | 2020-12-01 09:00:57 -0500 | [diff] [blame] | 42 | |
Matt Pietal | 5a1c26e | 2021-01-15 14:08:55 -0500 | [diff] [blame] | 43 | <attr name="numPadKeyStyle" format="reference" /> |
Jim Miller | 5ecd811 | 2013-01-09 18:50:26 -0800 | [diff] [blame] | 44 | </resources> |