blob: 97a52bfa12d7c31b5b2d0092eef06b170612a056 [file] [log] [blame]
Andy Huangba232502014-06-03 18:25:20 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2014 Google Inc.
4 Licensed to The Android Open Source Project.
5
6 Licensed under the Apache License, Version 2.0 (the "License");
7 you may not use this file except in compliance with the License.
8 You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 See the License for the specific language governing permissions and
16 limitations under the License.
17-->
18<resources>
Andy Huangcd48f3e2014-06-07 16:05:34 -070019 <style name="UnifiedEmailTheme" parent="@android:style/Theme.Material.Light.DarkActionBar">
Andy Huangba232502014-06-03 18:25:20 -070020 <item name="android:actionDropDownStyle">@style/PlainSpinnerDropdown</item>
21 <item name="android:actionOverflowButtonStyle">@style/OverflowButtonStyle</item>
Andy Huangcd48f3e2014-06-07 16:05:34 -070022 <item name="android:listViewWhiteStyle">@android:style/Widget.Material.Light.ListView</item>
Andy Huangba232502014-06-03 18:25:20 -070023 </style>
24
25 <style name="OverflowButtonStyle"
Andy Huangcd48f3e2014-06-07 16:05:34 -070026 parent="@android:style/Widget.Material.Light.ActionButton.Overflow" />
Andy Huangba232502014-06-03 18:25:20 -070027
Andy Huangcd48f3e2014-06-07 16:05:34 -070028 <style name="PlainSpinnerDropdown" parent="@android:style/Widget.Material.Light.Spinner">
Andy Huangba232502014-06-03 18:25:20 -070029 <item name="android:background">@null</item>
30 </style>
31
Andy Huangcd48f3e2014-06-07 16:05:34 -070032 <style name="PlainActionBarStyle" parent="@android:style/Widget.Material.Light.ActionBar.Solid">
Andy Huangba232502014-06-03 18:25:20 -070033 <item name="android:displayOptions"></item>
34 </style>
35
Andy Huangcd48f3e2014-06-07 16:05:34 -070036 <style name="WaitFragmentTitleBase" parent="@android:style/Widget.Material.TextView" />
Andy Huangba232502014-06-03 18:25:20 -070037
38 <style name="AbstractNewMessageButtonStyleBase"
Andy Huangcd48f3e2014-06-07 16:05:34 -070039 parent="@android:style/Widget.Material.Light.Button">
Andy Huangba232502014-06-03 18:25:20 -070040 </style>
41
Andy Huangcd48f3e2014-06-07 16:05:34 -070042 <style name="CustomActionButtonBase" parent="android:style/Widget.Material.Light.ActionButton" />
Andy Huangba232502014-06-03 18:25:20 -070043
Andy Huangcd48f3e2014-06-07 16:05:34 -070044 <style name="ComposeFieldLayoutBase" parent="android:Widget.Material.Light.EditText" />
Andy Huangba232502014-06-03 18:25:20 -070045
Andy Huangcd48f3e2014-06-07 16:05:34 -070046 <style name="AccountSpinnerAnchorTextPrimary" parent="@android:style/TextAppearance.Material.Widget.ActionBar.Title" />
Andy Huangba232502014-06-03 18:25:20 -070047
Andy Huangcd48f3e2014-06-07 16:05:34 -070048 <style name="AccountSpinnerAnchorTextSecondary" parent="@android:style/TextAppearance.Material.Widget.ActionBar.Subtitle" />
Andy Huangba232502014-06-03 18:25:20 -070049
Andy Huangcd48f3e2014-06-07 16:05:34 -070050 <style name="ConversationListFadeBase" parent="@android:style/Widget.Material.Light.ListView" />
Andy Huangba232502014-06-03 18:25:20 -070051
Andy Huangcd48f3e2014-06-07 16:05:34 -070052 <style name="MinTimeProgressViewStyle" parent="@android:style/Widget.Material.Light.ProgressBar" />
Andy Huangba232502014-06-03 18:25:20 -070053
Andy Huangcd48f3e2014-06-07 16:05:34 -070054 <style name="MinTimeProgressDialogStyleBase" parent="@android:style/Theme.Material.Light.Dialog" />
Andy Huangba232502014-06-03 18:25:20 -070055
Andy Huangcd48f3e2014-06-07 16:05:34 -070056 <style name="MessageButtonStyleBase" parent="android:Widget.Material.Button.Borderless" />
Andy Huangba232502014-06-03 18:25:20 -070057
Andy Huangcd48f3e2014-06-07 16:05:34 -070058 <style name="WidgetTitle" parent="@android:style/TextAppearance.Material.Widget.ActionBar.Title.Inverse">
Andy Huangba232502014-06-03 18:25:20 -070059 <item name="android:singleLine">true</item>
60 </style>
61
Andy Huangcd48f3e2014-06-07 16:05:34 -070062 <style name="WidgetSubtitle" parent="@android:style/TextAppearance.Material.Widget.ActionBar.Subtitle.Inverse">
Andy Huangba232502014-06-03 18:25:20 -070063 <item name="android:singleLine">true</item>
64 </style>
65
Andy Huangcd48f3e2014-06-07 16:05:34 -070066 <style name="ShortcutWidgetTheme" parent="@android:style/Theme.Material.Light.DialogWhenLarge">
Andy Huangba232502014-06-03 18:25:20 -070067 <item name="android:actionOverflowButtonStyle">@style/OverflowButtonStyle</item>
68 </style>
69
70 <style name="ComposeThemeBase" parent="@style/UnifiedEmailTheme" />
71
72 <style name="AbstractVacationResponderDateSpinnerBase"
Andy Huangcd48f3e2014-06-07 16:05:34 -070073 parent="android:style/Widget.Material.Light.Spinner" />
Andy Huangba232502014-06-03 18:25:20 -070074</resources>