blob: 50093951990655831667c743af8589020813761f [file] [log] [blame]
Joe Onoratoa8e34182010-11-26 13:19:58 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2010 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<resources xmlns:android="http://schemas.android.com/apk/res/android">
18
Daniel Sandleref863702012-07-11 10:03:34 -040019 <style name="SystemBarNotificationText">
Joe Onorato5a6b4f82010-11-27 21:26:38 -080020 <item name="android:textSize">16sp</item>
21 <item name="android:textColor">#ff999999</item>
22 </style>
23
Daniel Sandleref863702012-07-11 10:03:34 -040024 <style name="SystemBarPanelSettingsRow">
Peter Ng3336e7d2011-10-26 19:21:13 -070025 <item name="android:paddingRight">16dp</item>
Joe Onoratoa8e34182010-11-26 13:19:58 -080026 <item name="android:layout_height">64dp</item>
27 <item name="android:layout_width">match_parent</item>
28 <item name="android:orientation">horizontal</item>
Daniel Sandler119f91b2011-03-01 16:49:05 -050029 <item name="android:background">?android:attr/listChoiceBackgroundIndicator</item>
Joe Onoratoa8e34182010-11-26 13:19:58 -080030 </style>
31
Daniel Sandleref863702012-07-11 10:03:34 -040032 <style name="SystemBarPanelSettingsIcon">
Joe Onoratoa8e34182010-11-26 13:19:58 -080033 <item name="android:layout_height">match_parent</item>
34 <item name="android:layout_width">64dp</item>
35 <item name="android:scaleType">center</item>
36 </style>
37
Daniel Sandleref863702012-07-11 10:03:34 -040038 <style name="SystemBarPanelSettingsContents">
Joe Onoratoa8e34182010-11-26 13:19:58 -080039 <item name="android:layout_height">wrap_content</item>
40 <item name="android:layout_width">0dp</item>
41 <item name="android:layout_weight">1</item>
Fabrice Di Meglio8afcd142012-07-27 18:27:11 -070042 <item name="android:layout_gravity">start|center_vertical</item>
Joe Onoratoa8e34182010-11-26 13:19:58 -080043 <item name="android:textColor">?android:attr/textColorPrimary</item>
Daniel Sandlerca055852011-01-28 16:00:53 -050044 <item name="android:textSize">18sp</item>
Joe Onoratoa8e34182010-11-26 13:19:58 -080045 </style>
46
Daniel Sandleref863702012-07-11 10:03:34 -040047 <style name="SystemBarPanelSettingsPanelSeparator">
Fabrice Di Meglio8afcd142012-07-27 18:27:11 -070048 <item name="android:layout_marginEnd">0dp</item>
Joe Onoratoa8e34182010-11-26 13:19:58 -080049 <item name="android:layout_width">match_parent</item>
50 <item name="android:layout_height">1dp</item>
51 <item name="android:background">@android:drawable/divider_horizontal_dark</item>
52 </style>
53
Daniel Sandleref863702012-07-11 10:03:34 -040054 <style name="TextAppearance.SystemBar.Clock" parent="@*android:style/TextAppearance.StatusBar.Icon">
Chris Wren1e8f65d2012-06-06 18:08:56 -040055 <item name="android:textSize">30dp</item>
56 <item name="android:textStyle">normal</item>
57 <item name="android:textColor">@android:color/holo_blue_light</item>
58 </style>
59
Daniel Sandleref863702012-07-11 10:03:34 -040060 <style name="TextAppearance.SystemBar.Expanded.Clock" parent="@style/TextAppearance.StatusBar.Expanded.Clock">
Chris Wren1e8f65d2012-06-06 18:08:56 -040061 <item name="android:textSize">48dp</item>
62 <item name="android:fontFamily">sans-serif-light</item>
63 <item name="android:textStyle">normal</item>
64 <item name="android:textColor">#ffffff</item>
65 </style>
66
Daniel Sandleref863702012-07-11 10:03:34 -040067 <style name="TextAppearance.SystemBar.Expanded.Date" parent="@style/TextAppearance.StatusBar.Expanded.Date">
Chris Wren1e8f65d2012-06-06 18:08:56 -040068 <item name="android:textSize">14dp</item>
69 <item name="android:textStyle">normal</item>
70 <item name="android:textColor">#666666</item>
71 <item name="android:textAllCaps">true</item>
72 </style>
73
Joe Onoratoa8e34182010-11-26 13:19:58 -080074</resources>