2010-04-16 09:20:55 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- Copyright (C) 2006 The Android Open Source Project
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
|
|
|
|
|
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
2010-06-30 14:18:32 -04:00
|
|
|
<style name="TextAppearance.StatusBar.IntruderAlert"
|
2011-06-09 11:29:08 -07:00
|
|
|
parent="@*android:style/TextAppearance.StatusBar">
|
2010-06-30 14:18:32 -04:00
|
|
|
</style>
|
2010-08-31 14:16:13 -04:00
|
|
|
|
|
|
|
<style name="TextAppearance.StatusBar.SystemPanel"
|
2011-06-09 11:29:08 -07:00
|
|
|
parent="@*android:style/TextAppearance.StatusBar">
|
2010-08-31 14:16:13 -04:00
|
|
|
<item name="android:textAppearance">?android:attr/textAppearance</item>
|
|
|
|
<item name="android:textStyle">normal</item>
|
2010-11-05 16:31:03 -04:00
|
|
|
<item name="android:textColor">#FF808080</item>
|
2010-08-31 14:16:13 -04:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="TextAppearance.StatusBar.TextButton"
|
2011-06-09 11:29:08 -07:00
|
|
|
parent="@*android:style/TextAppearance.StatusBar">
|
2010-08-31 14:16:13 -04:00
|
|
|
<item name="android:textAppearance">?android:attr/textAppearance</item>
|
|
|
|
<item name="android:textStyle">normal</item>
|
|
|
|
<item name="android:textColor">#FFFFFFFF</item>
|
|
|
|
</style>
|
2010-11-10 18:00:52 -08:00
|
|
|
|
2011-09-06 11:28:34 -04:00
|
|
|
<style name="TextAppearance.StatusBar.Clock" parent="@*android:style/TextAppearance.StatusBar.Icon">
|
2011-10-14 13:14:46 -04:00
|
|
|
<!-- Note: must be dp to fit in status bar -->
|
|
|
|
<item name="android:textSize">16dp</item>
|
|
|
|
<item name="android:textStyle">normal</item>
|
|
|
|
<item name="android:textColor">@android:color/holo_blue_light</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="TextAppearance.StatusBar.Date" parent="@*android:style/TextAppearance.StatusBar.Icon">
|
2012-05-16 11:02:06 -04:00
|
|
|
<item name="android:textSize">16dp</item>
|
2011-09-06 11:28:34 -04:00
|
|
|
<item name="android:textStyle">normal</item>
|
|
|
|
<item name="android:textColor">@android:color/holo_blue_light</item>
|
|
|
|
</style>
|
|
|
|
|
2012-05-03 23:16:42 -04:00
|
|
|
<style name="TextAppearance.StatusBar.Expanded" parent="@*android:style/TextAppearance.StatusBar" />
|
|
|
|
|
|
|
|
<style name="TextAppearance.StatusBar.Expanded.Clock">
|
|
|
|
<item name="android:textSize">32dp</item>
|
2012-05-16 11:02:06 -04:00
|
|
|
<item name="android:fontFamily">sans-serif-light</item>
|
2012-05-03 23:16:42 -04:00
|
|
|
<item name="android:textStyle">normal</item>
|
|
|
|
<item name="android:textColor">#ffffff</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="TextAppearance.StatusBar.Expanded.Date">
|
|
|
|
<item name="android:textSize">12dp</item>
|
|
|
|
<item name="android:textStyle">normal</item>
|
2012-05-16 23:38:50 -04:00
|
|
|
<item name="android:textColor">#cccccc</item>
|
2012-05-03 23:16:42 -04:00
|
|
|
<item name="android:textAllCaps">true</item>
|
|
|
|
</style>
|
|
|
|
|
2012-06-05 13:44:14 -04:00
|
|
|
<style name="TextAppearance.StatusBar.Expanded.Network" parent="@style/TextAppearance.StatusBar.Expanded.Date">
|
|
|
|
<item name="android:textColor">#999999</item>
|
|
|
|
</style>
|
|
|
|
|
2012-07-27 11:19:52 -04:00
|
|
|
<style name="TextAppearance.StatusBar.Expanded.Network.EmergencyOnly">
|
|
|
|
</style>
|
|
|
|
|
2012-09-05 17:34:41 -07:00
|
|
|
<style name="TextAppearance" />
|
|
|
|
<style name="TextAppearance.QuickSettings" />
|
|
|
|
|
|
|
|
<style name="TextAppearance.QuickSettings.TileView">
|
2012-09-13 18:13:44 -07:00
|
|
|
<item name="android:paddingLeft">6dp</item>
|
|
|
|
<item name="android:paddingRight">6dp</item>
|
2012-09-13 16:36:41 -07:00
|
|
|
<item name="android:paddingBottom">2dp</item>
|
|
|
|
<item name="android:drawablePadding">12dp</item>
|
|
|
|
<item name="android:textSize">12dp</item>
|
2012-09-05 17:34:41 -07:00
|
|
|
<item name="android:textStyle">normal</item>
|
|
|
|
<item name="android:textColor">#ff8d908c</item>
|
2012-09-21 17:19:49 -07:00
|
|
|
<item name="android:textAllCaps">true</item>
|
2012-09-05 17:34:41 -07:00
|
|
|
<item name="android:singleLine">true</item>
|
|
|
|
<item name="android:ellipsize">marquee</item>
|
|
|
|
<item name="android:fadingEdge">horizontal</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="TextAppearance.QuickSettings.Clock" parent="@style/TextAppearance.QuickSettings.TileView">
|
2012-09-13 16:36:41 -07:00
|
|
|
<item name="android:textSize">20dp</item>
|
2012-09-05 17:34:41 -07:00
|
|
|
<item name="android:textColor">@android:color/holo_blue_light</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="TextAppearance.QuickSettings.Date" parent="@style/TextAppearance.QuickSettings.TileView">
|
|
|
|
<item name="android:textSize">14dp</item>
|
|
|
|
</style>
|
|
|
|
|
2012-09-10 17:30:27 -07:00
|
|
|
<style name="TextAppearance.QuickSettings.Alarm" parent="@style/TextAppearance.QuickSettings.TileView">
|
2012-09-13 16:36:41 -07:00
|
|
|
<item name="android:textSize">14dp</item>
|
2012-09-10 17:30:27 -07:00
|
|
|
<item name="android:textColor">#ff3a3b39</item>
|
|
|
|
</style>
|
|
|
|
|
2012-09-20 16:07:11 -07:00
|
|
|
<style name="BaseBrightnessDialogContainer">
|
|
|
|
<item name="android:layout_width">match_parent</item>
|
|
|
|
<item name="android:layout_height">wrap_content</item>
|
|
|
|
<item name="android:layout_marginLeft">8dp</item>
|
|
|
|
<item name="android:layout_marginRight">8dp</item>
|
|
|
|
<item name="android:padding">16dp</item>
|
|
|
|
</style>
|
|
|
|
<style name="BrightnessDialogContainer" parent="@style/BaseBrightnessDialogContainer" />
|
|
|
|
|
2010-11-10 18:00:52 -08:00
|
|
|
<style name="Animation" />
|
|
|
|
|
|
|
|
<style name="Animation.ShirtPocketPanel">
|
|
|
|
<item name="android:windowEnterAnimation">@*android:anim/grow_fade_in_from_bottom</item>
|
|
|
|
<item name="android:windowExitAnimation">@*android:anim/shrink_fade_out_from_bottom</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="Animation.RecentPanel">
|
|
|
|
<item name="android:windowEnterAnimation">@*android:anim/grow_fade_in_from_bottom</item>
|
|
|
|
<item name="android:windowExitAnimation">@*android:anim/shrink_fade_out_from_bottom</item>
|
|
|
|
</style>
|
|
|
|
|
2011-08-02 17:31:44 -07:00
|
|
|
<!-- Standard animations for hiding and showing the status bar. -->
|
|
|
|
<style name="Animation.StatusBar">
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="Animation.StatusBar.IntruderAlert">
|
|
|
|
<item name="android:windowEnterAnimation">@anim/priority_alert_enter</item>
|
|
|
|
<item name="android:windowExitAnimation">@anim/priority_alert_exit</item>
|
|
|
|
</style>
|
|
|
|
|
2011-10-14 13:14:46 -04:00
|
|
|
<style name="TextAppearance.StatusBar.PhoneTicker"
|
|
|
|
parent="@*android:style/TextAppearance.StatusBar.Ticker">
|
|
|
|
<!-- Note: must be dp to fit in status bar -->
|
|
|
|
<item name="android:textSize">14dp</item>
|
|
|
|
</style>
|
|
|
|
|
2010-04-16 09:20:55 -07:00
|
|
|
</resources>
|