blob: 53a559f92f1ae58d221efe0d3766248296eac676 [file] [log] [blame]
Jim Miller5ecd8112013-01-09 18:50:26 -08001<?xml version="1.0" encoding="utf-8"?>
2<!--
3**
4** Copyright 2012, The Android Open Source Project
5**
6** Licensed under the Apache License, Version 2.0 (the "License")
7** you may not use this file except in compliance with the License.
8** You may obtain a copy of the License at
9**
10** http://www.apache.org/licenses/LICENSE-2.0
11**
12** Unless required by applicable law or agreed to in writing, software
13** distributed under the License is distributed on an "AS IS" BASIS,
14** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15** See the License for the specific language governing permissions and
16** limitations under the License.
17*/
18-->
19
20<resources>
21 <!-- Keyguard PIN pad styles -->
Dan Sandler0c9b9ae2017-04-13 14:38:40 -040022 <style name="Keyguard.TextView" parent="@android:style/Widget.DeviceDefault.TextView">
23 <item name="android:textColor">@*android:color/primary_device_default_light</item>
24 <item name="android:textSize">@dimen/kg_status_line_font_size</item>
25 </style>
26 <style name="Keyguard.TextView.EmergencyButton" parent="@android:style/DeviceDefault.ButtonBar">
27 <item name="android:textColor">@*android:color/primary_device_default_light</item>
28 <item name="android:textSize">@dimen/kg_status_line_font_size</item>
29 <item name="android:background">@null</item>
30 </style>
Selim Cinek4e8b9ed2014-06-20 16:37:04 -070031 <style name="Widget.TextView.NumPadKey" parent="@android:style/Widget.TextView">
Jim Miller5ecd8112013-01-09 18:50:26 -080032 <item name="android:singleLine">true</item>
Selim Cinek4e8b9ed2014-06-20 16:37:04 -070033 <item name="android:gravity">center_horizontal|center_vertical</item>
34 <item name="android:background">@null</item>
35 <item name="android:textSize">36sp</item>
36 <item name="android:fontFamily">sans-serif-light</item>
37 <item name="android:textColor">#ffffffff</item>
38 <item name="android:paddingBottom">-16dp</item>
39 </style>
40 <style name="Widget.TextView.NumPadKey.Klondike" parent="Widget.TextView.NumPadKey">
41 <item name="android:textSize">12sp</item>
Jim Miller5ecd8112013-01-09 18:50:26 -080042 <item name="android:fontFamily">sans-serif</item>
Jim Miller5ecd8112013-01-09 18:50:26 -080043 <item name="android:textColor">#80ffffff</item>
Selim Cinek4e8b9ed2014-06-20 16:37:04 -070044 <item name="android:paddingBottom">0dp</item>
Jim Miller5ecd8112013-01-09 18:50:26 -080045 </style>
46
Jim Millerb0da1e72013-10-01 16:55:19 -070047 <!-- Built-in clock widget stuff -->
48 <style name="widget_label">
Jim Miller94a52da2013-10-13 14:11:04 -070049 <item name="android:textSize">@dimen/widget_label_font_size</item>
Jim Millerb0da1e72013-10-01 16:55:19 -070050 </style>
Jorim Jaggia29e81b2014-12-19 19:26:06 +010051 <style name="widget_big_thin">
Jim Millerb0da1e72013-10-01 16:55:19 -070052 <item name="android:textSize">@dimen/widget_big_font_size</item>
Jorim Jaggie5716222015-05-14 14:13:20 -070053 <item name="android:fontFamily">sans-serif-light</item>
Adam Powell31049d72013-10-07 12:58:42 -070054 </style>
55
Jorim Jaggi9a6eba32014-04-17 21:44:53 +020056 <style name="BouncerSecurityContainer">
Jorim Jaggi9a6eba32014-04-17 21:44:53 +020057 <item name="android:layout_gravity">center_horizontal|bottom</item>
58 </style>
59
Jorim Jaggie0700182014-08-21 01:12:37 +020060 <style name="PasswordTheme" parent="@android:style/Theme.DeviceDefault">
61 <item name="android:colorControlNormal">#80ffffff</item>
62 <item name="android:colorControlActivated">#80ffffff</item>
63 </style>
Jim Millerc90d6452015-07-06 18:17:34 -070064
65 <style name="keyguard_presentation_theme" parent="@android:style/Theme.Material.NoActionBar.Fullscreen">
66 </style>
67
Jim Miller5ecd8112013-01-09 18:50:26 -080068</resources>