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">
|
|
|
|
|
2012-10-19 14:56:47 +02:00
|
|
|
<style name="RecentsStyle" parent="@android:style/Theme.Holo.Wallpaper.NoTitleBar">
|
|
|
|
<item name="android:windowAnimationStyle">@style/Animation.RecentsActivity</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<!-- Animations for a non-full-screen window or activity. -->
|
|
|
|
<style name="Animation.RecentsActivity" parent="@android:style/Animation.Activity">
|
|
|
|
<item name="android:activityOpenEnterAnimation">@anim/recents_launch_from_launcher_enter</item>
|
|
|
|
<item name="android:activityOpenExitAnimation">@anim/recents_launch_from_launcher_exit</item>
|
|
|
|
<item name="android:taskOpenEnterAnimation">@anim/recents_launch_from_launcher_enter</item>
|
|
|
|
<item name="android:taskOpenExitAnimation">@anim/recents_launch_from_launcher_exit</item>
|
|
|
|
<item name="android:taskToFrontEnterAnimation">@anim/recents_launch_from_launcher_enter</item>
|
|
|
|
<item name="android:taskToFrontExitAnimation">@anim/recents_launch_from_launcher_exit</item>
|
|
|
|
<item name="android:wallpaperOpenEnterAnimation">@anim/recents_launch_from_launcher_enter</item>
|
|
|
|
<item name="android:wallpaperOpenExitAnimation">@anim/recents_launch_from_launcher_exit</item>
|
|
|
|
<item name="android:wallpaperIntraOpenEnterAnimation">@anim/wallpaper_recents_launch_from_launcher_enter</item>
|
|
|
|
<item name="android:wallpaperIntraOpenExitAnimation">@anim/wallpaper_recents_launch_from_launcher_exit</item>
|
|
|
|
</style>
|
|
|
|
|
2013-06-28 16:54:01 -04:00
|
|
|
<style name="TextAppearance.StatusBar.HeadsUp"
|
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>
|
2013-08-25 10:38:32 -04:00
|
|
|
<item name="android:textColor">@color/status_bar_clock_color</item>
|
2011-09-06 11:28:34 -04:00
|
|
|
</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 16:36:41 -07:00
|
|
|
<item name="android:textSize">12dp</item>
|
2012-09-05 17:34:41 -07:00
|
|
|
<item name="android:textStyle">normal</item>
|
2012-09-24 11:24:28 -07:00
|
|
|
<item name="android:textColor">#CCCCCC</item>
|
2012-09-21 17:19:49 -07:00
|
|
|
<item name="android:textAllCaps">true</item>
|
2013-04-12 15:16:53 -04:00
|
|
|
<item name="android:paddingStart">6dp</item>
|
|
|
|
<item name="android:paddingEnd">6dp</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="TextAppearance.QuickSettings.TileView.AllInOne" parent="@style/TextAppearance.QuickSettings.TileView">
|
|
|
|
<item name="android:lines">2</item>
|
|
|
|
<item name="android:gravity">top</item>
|
|
|
|
<item name="android:paddingBottom">2dp</item>
|
|
|
|
<item name="android:paddingTop">16dp</item>
|
|
|
|
<item name="android:drawablePadding">8dp</item>
|
2012-09-05 17:34:41 -07:00
|
|
|
</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>
|
|
|
|
|
2013-09-17 19:23:59 -04:00
|
|
|
<style name="TextAppearance.QuickSettings.CaCertWarning" parent="@style/TextAppearance.QuickSettings.TileView">
|
|
|
|
<item name="android:textAllCaps">false</item>
|
|
|
|
</style>
|
|
|
|
|
2013-04-12 15:16:53 -04:00
|
|
|
<style name="TextAppearance.QuickSettings.TileView.User" parent="@style/TextAppearance.QuickSettings.TileView">
|
|
|
|
<item name="android:background">#CC000000</item>
|
|
|
|
<item name="android:padding">4dp</item>
|
|
|
|
<item name="android:singleLine">true</item>
|
|
|
|
<item name="android:fadingEdge">horizontal</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>
|
|
|
|
|
2013-06-28 16:54:01 -04:00
|
|
|
<style name="Animation.StatusBar.HeadsUp">
|
|
|
|
<item name="android:windowEnterAnimation">@anim/heads_up_enter</item>
|
|
|
|
<item name="android:windowExitAnimation">@anim/heads_up_exit</item>
|
2011-08-02 17:31:44 -07:00
|
|
|
</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>
|