blob: 012a0c7354c4441bde95a998503d653faa4cac09 [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>
Andrew Sapperstein52882ff2014-07-27 12:30:18 -070019 <style name="WaitFragmentTitleBase" parent="android:Widget.Material.TextView" />
Andy Huangba232502014-06-03 18:25:20 -070020
Rohan Shah40370bd2014-09-02 15:59:43 -070021 <style name="ActionBarShadow">
22 <item name="android:visibility">gone</item>
23 </style>
24
Andrew Sapperstein52882ff2014-07-27 12:30:18 -070025 <style name="ConversationListFadeBase" parent="android:Widget.Material.Light.ListView" />
Andy Huangba232502014-06-03 18:25:20 -070026
Andrew Sapperstein52882ff2014-07-27 12:30:18 -070027 <style name="MinTimeProgressViewStyle" parent="android:Widget.Material.Light.ProgressBar" />
Andy Huangba232502014-06-03 18:25:20 -070028
Andy Huangcd48f3e2014-06-07 16:05:34 -070029 <style name="MinTimeProgressDialogStyleBase" parent="@android:style/Theme.Material.Light.Dialog" />
Andy Huangba232502014-06-03 18:25:20 -070030
Andrew Sappersteind56d2692014-08-31 11:33:41 -070031 <style name="MessageButtonStyleBase" parent="android:Widget.Material.Button.Borderless">
32 <item name="android:background">?android:attr/selectableItemBackgroundBorderless</item>
33 </style>
Andy Huangba232502014-06-03 18:25:20 -070034
Andy Huangba232502014-06-03 18:25:20 -070035 <style name="AbstractVacationResponderDateSpinnerBase"
Andrew Sapperstein52882ff2014-07-27 12:30:18 -070036 parent="android:Widget.Material.Light.Spinner" />
Jin Cao74e96c42014-08-11 10:50:33 -070037
38 <style name="RecipientEditTextViewStyle" parent="@style/RecipientEditTextViewStyleBase">
39 <item name="android:popupElevation">0dp</item>
40 </style>
Andrew Sappersteind56d2692014-08-31 11:33:41 -070041
42 <style name="BorderlessBackground">
43 <item name="android:background">?android:attr/selectableItemBackgroundBorderless</item>
44 </style>
Andy Huangba232502014-06-03 18:25:20 -070045</resources>