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">
|
|
|
|
|
2014-04-02 15:39:13 -07:00
|
|
|
<style name="RecentsStyle" parent="@android:style/Theme.DeviceDefault.Wallpaper.NoTitleBar">
|
2012-10-19 14:56:47 +02:00
|
|
|
<item name="android:windowAnimationStyle">@style/Animation.RecentsActivity</item>
|
|
|
|
</style>
|
|
|
|
|
2014-08-15 12:27:37 -07:00
|
|
|
<style name="RecentsTheme" parent="@android:style/Theme">
|
|
|
|
<!-- NoTitle -->
|
|
|
|
<item name="android:windowNoTitle">true</item>
|
|
|
|
<!-- Misc -->
|
2014-05-05 13:33:03 +02:00
|
|
|
<item name="android:statusBarColor">@android:color/transparent</item>
|
|
|
|
<item name="android:navigationBarColor">@android:color/transparent</item>
|
|
|
|
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
|
2014-03-07 15:06:19 -08:00
|
|
|
<item name="android:windowAnimationStyle">@style/Animation.RecentsActivity</item>
|
2014-08-26 12:25:34 -07:00
|
|
|
<item name="android:ambientShadowAlpha">0.35</item>
|
2014-03-07 15:06:19 -08:00
|
|
|
</style>
|
|
|
|
|
2014-09-16 20:23:13 +02:00
|
|
|
|
|
|
|
<!-- Alternate Recents theme -->
|
|
|
|
<style name="RecentsTheme.Wallpaper">
|
|
|
|
<!-- Wallpaper -->
|
|
|
|
<item name="android:windowBackground">@color/transparent</item>
|
|
|
|
<item name="android:colorBackgroundCacheHint">@null</item>
|
|
|
|
<item name="android:windowShowWallpaper">true</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<!-- Performance optimized alternate Recents theme (no wallpaper) -->
|
|
|
|
<style name="RecentsTheme.NoWallpaper">
|
|
|
|
<item name="android:windowBackground">@android:color/black</item>
|
|
|
|
</style>
|
|
|
|
|
2012-10-19 14:56:47 +02:00
|
|
|
<!-- 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">
|
2014-09-02 14:59:06 +02:00
|
|
|
<item name="android:textSize">@dimen/status_bar_clock_size</item>
|
2014-06-14 06:16:24 +02:00
|
|
|
<item name="android:fontFamily">sans-serif-medium</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">
|
2014-07-09 19:04:07 +02:00
|
|
|
<item name="android:textSize">@dimen/qs_time_expanded_size</item>
|
2014-07-08 16:53:29 +02:00
|
|
|
<item name="android:fontFamily">sans-serif-medium</item>
|
2012-05-03 23:16:42 -04:00
|
|
|
<item name="android:textColor">#ffffff</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="TextAppearance.StatusBar.Expanded.Date">
|
2014-08-26 17:27:31 +02:00
|
|
|
<item name="android:textSize">@dimen/qs_date_collapsed_size</item>
|
2014-06-06 19:07:24 +02:00
|
|
|
<item name="android:textStyle">normal</item>
|
2014-07-08 16:53:29 +02:00
|
|
|
<item name="android:textColor">#b2ffffff</item>
|
2014-06-06 19:07:24 +02:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="TextAppearance.StatusBar.Expanded.AboveDateTime">
|
2014-08-26 17:27:31 +02:00
|
|
|
<item name="android:textSize">@dimen/qs_emergency_calls_only_text_size</item>
|
2012-05-03 23:16:42 -04:00
|
|
|
<item name="android:textStyle">normal</item>
|
2014-07-08 16:53:29 +02:00
|
|
|
<item name="android:textColor">#66ffffff</item>
|
2012-05-03 23:16:42 -04:00
|
|
|
</style>
|
|
|
|
|
2014-06-06 19:07:24 +02:00
|
|
|
<style name="TextAppearance.StatusBar.Expanded.EmergencyCallsOnly"
|
|
|
|
parent="TextAppearance.StatusBar.Expanded.AboveDateTime" />
|
|
|
|
|
|
|
|
<style name="TextAppearance.StatusBar.Expanded.ChargingInfo"
|
|
|
|
parent="TextAppearance.StatusBar.Expanded.AboveDateTime" />
|
|
|
|
|
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>
|
|
|
|
|
2014-06-16 18:56:22 -07:00
|
|
|
<style name="TextAppearance.StatusBar.Expanded.UserSwitcher">
|
|
|
|
<item name="android:textSize">16sp</item>
|
|
|
|
<item name="android:textStyle">normal</item>
|
2014-08-06 00:07:18 +02:00
|
|
|
<item name="android:textColor">@color/qs_user_detail_name</item>
|
2014-06-16 18:56:22 -07:00
|
|
|
</style>
|
|
|
|
<style name="TextAppearance.StatusBar.Expanded.UserSwitcher.UserName" />
|
|
|
|
|
2012-09-05 17:34:41 -07:00
|
|
|
<style name="TextAppearance" />
|
2013-04-12 15:16:53 -04:00
|
|
|
|
2014-05-23 11:58:00 -04:00
|
|
|
<style name="TextAppearance.QS">
|
|
|
|
<item name="android:textStyle">normal</item>
|
2014-07-16 21:03:15 -04:00
|
|
|
<item name="android:textColor">@color/qs_text</item>
|
2014-05-23 11:58:00 -04:00
|
|
|
<item name="android:fontFamily">sans-serif</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="TextAppearance.QS.DetailHeader">
|
2014-08-26 17:27:31 +02:00
|
|
|
<item name="android:textSize">@dimen/qs_detail_header_text_size</item>
|
2014-05-23 11:58:00 -04:00
|
|
|
<item name="android:fontFamily">sans-serif-medium</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="TextAppearance.QS.DetailItemPrimary">
|
2014-08-26 17:27:31 +02:00
|
|
|
<item name="android:textSize">@dimen/qs_detail_item_primary_text_size</item>
|
2014-05-23 11:58:00 -04:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="TextAppearance.QS.DetailItemSecondary">
|
2014-08-26 17:27:31 +02:00
|
|
|
<item name="android:textSize">@dimen/qs_detail_item_secondary_text_size</item>
|
2014-07-08 17:09:42 -04:00
|
|
|
<item name="android:textColor">@color/system_accent_color</item>
|
2014-05-23 11:58:00 -04:00
|
|
|
</style>
|
|
|
|
|
2014-08-22 14:54:46 -04:00
|
|
|
<style name="TextAppearance.QS.VolumeSuppressor">
|
|
|
|
<item name="android:textSize">14sp</item>
|
|
|
|
<item name="android:textColor">@color/qs_tile_text</item>
|
|
|
|
</style>
|
|
|
|
|
2014-05-23 11:58:00 -04:00
|
|
|
<style name="TextAppearance.QS.DetailButton">
|
2014-08-26 17:27:31 +02:00
|
|
|
<item name="android:textSize">@dimen/qs_detail_button_text_size</item>
|
2014-05-23 11:58:00 -04:00
|
|
|
<item name="android:textAllCaps">true</item>
|
|
|
|
<item name="android:fontFamily">sans-serif-medium</item>
|
2014-07-02 18:54:17 -04:00
|
|
|
<item name="android:gravity">center</item>
|
2014-05-23 11:58:00 -04:00
|
|
|
</style>
|
|
|
|
|
2014-07-07 08:37:56 -04:00
|
|
|
<style name="TextAppearance.QS.DetailEmpty">
|
2014-08-26 17:27:31 +02:00
|
|
|
<item name="android:textSize">@dimen/qs_detail_empty_text_size</item>
|
2014-07-07 08:37:56 -04:00
|
|
|
<item name="android:textColor">@color/qs_subhead</item>
|
|
|
|
</style>
|
|
|
|
|
2014-06-30 18:11:40 -04:00
|
|
|
<style name="TextAppearance.QS.Subhead">
|
|
|
|
<item name="android:textSize">14sp</item>
|
|
|
|
<item name="android:textColor">@color/qs_subhead</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="TextAppearance.QS.SegmentedButton">
|
2014-07-19 23:11:36 -04:00
|
|
|
<item name="android:textSize">14sp</item>
|
2014-06-30 18:11:40 -04:00
|
|
|
</style>
|
|
|
|
|
2014-07-08 17:09:42 -04:00
|
|
|
<style name="TextAppearance.QS.DataUsage">
|
2014-08-26 17:27:31 +02:00
|
|
|
<item name="android:textSize">@dimen/qs_data_usage_text_size</item>
|
2014-07-08 17:09:42 -04:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="TextAppearance.QS.DataUsage.Usage">
|
2014-08-26 17:27:31 +02:00
|
|
|
<item name="android:textSize">@dimen/qs_data_usage_usage_text_size</item>
|
2014-07-08 17:09:42 -04:00
|
|
|
<item name="android:textColor">@color/system_accent_color</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="TextAppearance.QS.DataUsage.Secondary">
|
|
|
|
<item name="android:textColor">@color/data_usage_secondary</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>
|
|
|
|
</style>
|
2014-04-11 15:44:15 -07:00
|
|
|
|
2012-09-20 16:07:11 -07:00
|
|
|
<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>
|
2014-04-10 23:25:03 +02:00
|
|
|
|
2014-05-11 23:45:37 +02:00
|
|
|
<style name="systemui_theme" parent="@android:style/Theme.DeviceDefault">
|
2014-07-05 04:31:14 +02:00
|
|
|
<item name="android:colorPrimary">@color/system_primary_color</item>
|
2014-06-04 00:15:51 -04:00
|
|
|
<item name="android:colorControlActivated">@color/system_accent_color</item>
|
2014-05-11 23:45:37 +02:00
|
|
|
</style>
|
2014-04-10 23:25:03 +02:00
|
|
|
|
2014-07-24 18:10:48 -04:00
|
|
|
<style name="Theme.SystemUI.Dialog" parent="@android:style/Theme.DeviceDefault.Light.Dialog">
|
|
|
|
<item name="android:colorPrimary">@color/system_primary_color</item>
|
|
|
|
<item name="android:colorControlActivated">@color/system_accent_color</item>
|
|
|
|
</style>
|
|
|
|
|
2014-05-06 19:10:53 -07:00
|
|
|
<style name="Theme.SystemUI.Dialog.Alert" parent="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert" />
|
|
|
|
|
2014-08-06 16:03:14 -04:00
|
|
|
<style name="QSBorderlessButton">
|
2014-07-02 18:54:17 -04:00
|
|
|
<item name="android:padding">12dp</item>
|
|
|
|
<item name="android:background">@drawable/btn_borderless_rect</item>
|
|
|
|
<item name="android:gravity">center</item>
|
|
|
|
</style>
|
2014-05-18 19:14:14 -04:00
|
|
|
|
2014-06-30 18:11:40 -04:00
|
|
|
<!-- Window animations used for volume panel. -->
|
|
|
|
<style name="VolumePanelAnimation">
|
2014-07-17 23:09:40 -04:00
|
|
|
<item name="android:windowEnterAnimation">@*android:anim/popup_enter_material</item>
|
|
|
|
<item name="android:windowExitAnimation">@*android:anim/popup_exit_material</item>
|
2014-05-18 19:14:14 -04:00
|
|
|
</style>
|
2014-07-14 16:48:27 -04:00
|
|
|
|
2014-08-27 15:06:51 -07:00
|
|
|
<style name="TextAppearance.Material.Notification.Parenthetical"
|
|
|
|
parent="@*android:style/TextAppearance.Material.Notification">
|
2014-07-14 16:48:27 -04:00
|
|
|
<item name="android:textStyle">italic</item>
|
|
|
|
<item name="android:textColor">#60000000</item>
|
|
|
|
</style>
|
2014-08-04 22:49:41 +02:00
|
|
|
|
2014-09-11 15:11:00 +02:00
|
|
|
<style name="SearchPanelCircle">
|
2014-08-04 22:49:41 +02:00
|
|
|
<item name="android:layout_width">match_parent</item>
|
2014-09-11 15:11:00 +02:00
|
|
|
<item name="android:layout_height">match_parent</item>
|
2014-08-04 22:49:41 +02:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="SearchPanelScrim">
|
|
|
|
<item name="android:layout_width">match_parent</item>
|
|
|
|
<item name="android:layout_height">@dimen/search_panel_scrim_height</item>
|
|
|
|
<item name="android:layout_gravity">bottom</item>
|
|
|
|
</style>
|
2014-08-07 20:54:12 +02:00
|
|
|
|
|
|
|
<style name="UserDetailView">
|
|
|
|
<item name="numColumns">3</item>
|
|
|
|
</style>
|
2014-11-25 21:11:19 +01:00
|
|
|
|
|
|
|
<style name="Theme.AlertDialogHost" parent="android:Theme.DeviceDefault">
|
|
|
|
<item name="android:windowIsTranslucent">true</item>
|
|
|
|
<item name="android:windowBackground">@android:color/transparent</item>
|
|
|
|
<item name="android:windowContentOverlay">@null</item>
|
|
|
|
<item name="android:windowNoTitle">true</item>
|
|
|
|
<item name="android:windowIsFloating">true</item>
|
|
|
|
<item name="android:backgroundDimEnabled">false</item>
|
|
|
|
<item name="android:alertDialogTheme">@style/Theme.SystemUI.Dialog.Alert</item>
|
|
|
|
</style>
|
2010-04-16 09:20:55 -07:00
|
|
|
</resources>
|