blob: 7d161af60e9c5e1397657dd3bc8658a4319b10bd [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 -->
Selim Cinek4e8b9ed2014-06-20 16:37:04 -070022 <style name="Widget.TextView.NumPadKey" parent="@android:style/Widget.TextView">
Jim Miller5ecd8112013-01-09 18:50:26 -080023 <item name="android:singleLine">true</item>
Selim Cinek4e8b9ed2014-06-20 16:37:04 -070024 <item name="android:gravity">center_horizontal|center_vertical</item>
25 <item name="android:background">@null</item>
26 <item name="android:textSize">36sp</item>
27 <item name="android:fontFamily">sans-serif-light</item>
28 <item name="android:textColor">#ffffffff</item>
29 <item name="android:paddingBottom">-16dp</item>
30 </style>
31 <style name="Widget.TextView.NumPadKey.Klondike" parent="Widget.TextView.NumPadKey">
32 <item name="android:textSize">12sp</item>
Jim Miller5ecd8112013-01-09 18:50:26 -080033 <item name="android:fontFamily">sans-serif</item>
Jim Miller5ecd8112013-01-09 18:50:26 -080034 <item name="android:textColor">#80ffffff</item>
Selim Cinek4e8b9ed2014-06-20 16:37:04 -070035 <item name="android:paddingBottom">0dp</item>
Jim Miller5ecd8112013-01-09 18:50:26 -080036 </style>
37
38 <!-- Standard animations for a non-full-screen window or activity. -->
39 <style name="Animation.LockScreen" parent="@android:style/Animation">
40 <item name="android:windowEnterAnimation">@anim/lock_screen_enter</item>
41 <item name="android:windowExitAnimation">@anim/lock_screen_exit</item>
42 </style>
Jim Miller94a52da2013-10-13 14:11:04 -070043
Jim Millerb0da1e72013-10-01 16:55:19 -070044 <!-- Built-in clock widget stuff -->
45 <style name="widget_label">
Jim Miller94a52da2013-10-13 14:11:04 -070046 <item name="android:textSize">@dimen/widget_label_font_size</item>
Jim Millerb0da1e72013-10-01 16:55:19 -070047 </style>
48 <style name="big_thin">
49 <item name="android:textSize">@dimen/big_font_size</item>
50 <item name="android:fontFamily">sans-serif-thin</item>
51 </style>
52 <style name="widget_big_thin" parent="big_thin">
53 <item name="android:textSize">@dimen/widget_big_font_size</item>
54 </style>
Jim Miller5ecd8112013-01-09 18:50:26 -080055
Alan Viverette62599332014-04-01 14:57:39 -070056 <style name="Widget.TransportControl.SeekBar" parent="@android:style/Widget.DeviceDefault.Light.SeekBar">
Adam Powell31049d72013-10-07 12:58:42 -070057 <item name="android:indeterminateOnly">false</item>
58 <item name="android:progressDrawable">@drawable/scrubber_progress_horizontal_holo_light</item>
59 <item name="android:indeterminateDrawable">@drawable/scrubber_progress_horizontal_holo_light</item>
60 <item name="android:minHeight">13dip</item>
61 <item name="android:maxHeight">13dip</item>
62 <item name="android:thumb">@drawable/scrubber_control_selector_holo</item>
63 <item name="android:thumbOffset">16dip</item>
64 <item name="android:focusable">true</item>
65 <item name="android:paddingStart">16dip</item>
66 <item name="android:paddingEnd">16dip</item>
67 <item name="android:mirrorForRtl">true</item>
68 </style>
69
Jorim Jaggi9a6eba32014-04-17 21:44:53 +020070 <style name="BouncerSecurityContainer">
Jorim Jaggi9a6eba32014-04-17 21:44:53 +020071 <item name="android:layout_gravity">center_horizontal|bottom</item>
72 </style>
73
Jorim Jaggie0700182014-08-21 01:12:37 +020074 <style name="PasswordTheme" parent="@android:style/Theme.DeviceDefault">
75 <item name="android:colorControlNormal">#80ffffff</item>
76 <item name="android:colorControlActivated">#80ffffff</item>
77 </style>
Jim Miller5ecd8112013-01-09 18:50:26 -080078</resources>