blob: f592703b929b13cc33d4c1877d9a26560879e0a3 [file] [log] [blame]
Joe Onorato503007d2010-04-16 09:20:55 -07001<?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<resources xmlns:android="http://schemas.android.com/apk/res/android">
18
Daniel Sandler87937db2010-05-27 13:44:11 -040019 <style name="TextAppearance.StatusBar.Title" parent="@android:style/TextAppearance.StatusBar">
Joe Onorato503007d2010-04-16 09:20:55 -070020 <item name="android:textAppearance">?android:attr/textAppearanceSmall</item>
21 <item name="android:textStyle">bold</item>
22 <item name="android:textColor">?android:attr/textColorPrimary</item>
23 </style>
24
Daniel Sandler294c9fb2010-06-30 14:18:32 -040025 <style name="TextAppearance.StatusBar.IntruderAlert"
26 parent="@android:style/TextAppearance.StatusBar">
27 </style>
Daniel Sandlerd39e3882010-08-31 14:16:13 -040028
29 <style name="TextAppearance.StatusBar.SystemPanel"
30 parent="@android:style/TextAppearance.StatusBar">
31 <item name="android:textAppearance">?android:attr/textAppearance</item>
32 <item name="android:textStyle">normal</item>
33 <item name="android:textColor">#50FFFFFF</item>
34 </style>
35
36 <style name="TextAppearance.StatusBar.TextButton"
37 parent="@android:style/TextAppearance.StatusBar">
38 <item name="android:textAppearance">?android:attr/textAppearance</item>
39 <item name="android:textStyle">normal</item>
40 <item name="android:textColor">#FFFFFFFF</item>
41 </style>
Joe Onorato503007d2010-04-16 09:20:55 -070042</resources>