blob: e2ce210efdcbb88a02a8a2ccc6b9e5d40aa88b68 [file] [log] [blame]
Jim Miller5ecd8112013-01-09 18:50:26 -08001<?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 Miller5ecd8112013-01-09 18:50:26 -080023 <declare-styleable name="KeyguardSecurityViewFlipper_Layout">
Jorim Jaggia29e81b2014-12-19 19:26:06 +010024 <attr name="layout_maxWidth" format="dimension"/>
25 <attr name="layout_maxHeight" format="dimension" />
Jim Miller5ecd8112013-01-09 18:50:26 -080026 </declare-styleable>
27
28 <declare-styleable name="NumPadKey">
29 <attr name="digit" format="integer" />
30 <attr name="textView" format="reference" />
31 </declare-styleable>
Jorim Jaggi25807932014-04-24 23:29:46 +020032
Selim Cinek4e8b9ed2014-06-20 16:37:04 -070033 <declare-styleable name="PasswordTextView">
34 <attr name="scaledTextSize" format="integer" />
Evan Rosky90427502016-04-01 16:04:23 -070035 <attr name="android:gravity" />
36 <attr name="dotSize" format="dimension" />
37 <attr name="charPadding" format="dimension" />
Lucas Dupin987f1932017-05-13 21:02:52 -070038 <attr name="android:textColor" format="color" />
Selim Cinek4e8b9ed2014-06-20 16:37:04 -070039 </declare-styleable>
40
Jorim Jaggi25807932014-04-24 23:29:46 +020041 <declare-styleable name="CarrierText">
42 <attr name="allCaps" format="boolean" />
43 </declare-styleable>
Lucas Dupine17ce522017-07-17 15:45:06 -070044
45 <attr name="passwordStyle" format="reference" />
Jim Miller5ecd8112013-01-09 18:50:26 -080046</resources>