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>
23    <declare-styleable name="KeyguardSecurityViewFlipper_Layout">
24        <attr name="layout_maxWidth" format="dimension"/>
25        <attr name="layout_maxHeight" format="dimension" />
26    </declare-styleable>
27
28    <declare-styleable name="NumPadKey">
29        <attr name="digit" format="integer" />
30        <attr name="textView" format="reference" />
31    </declare-styleable>
32
33    <declare-styleable name="PasswordTextView">
34        <attr name="scaledTextSize" format="integer" />
35        <attr name="android:gravity" />
36        <attr name="dotSize" format="dimension" />
37        <attr name="charPadding" format="dimension" />
38    </declare-styleable>
39
40    <declare-styleable name="CarrierText">
41        <attr name="allCaps" format="boolean" />
42    </declare-styleable>
43</resources>
44