blob: a9e7ac7a8869a594df8439c7cd0ac0b8a02c63f7 [file] [log] [blame]
Jeff Sharkey5e1884d2013-09-10 17:56:39 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2013 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
Jeff Sharkey7d58fc62013-09-12 16:25:02 -070017<resources xmlns:android="http://schemas.android.com/apk/res/android">
Jeff Sharkeye6fcceb2014-07-28 16:38:52 -070018
Alan Viverettea7b89ae2015-04-22 16:51:08 -070019 <style name="DialogWhenReallyLarge" parent="@android:style/Theme.Material.DayNight.DarkActionBar" />
Jeff Sharkey67bf49d2014-08-05 10:14:45 -070020
21 <style name="DocumentsTheme" parent="@style/DialogWhenReallyLarge">
Jeff Sharkeye6fcceb2014-07-28 16:38:52 -070022 <item name="android:actionBarWidgetTheme">@null</item>
23 <item name="android:actionBarTheme">@*android:style/ThemeOverlay.Material.Dark.ActionBar</item>
24 <item name="android:actionBarPopupTheme">@*android:style/ThemeOverlay.Material.Light</item>
25
26 <item name="android:colorPrimaryDark">@*android:color/material_blue_grey_900</item>
27 <item name="android:colorPrimary">@*android:color/material_blue_grey_800</item>
Alan Viverette782ba172014-08-25 16:15:06 -070028 <item name="android:colorAccent">@*android:color/material_deep_teal_500</item>
Jeff Sharkeye6fcceb2014-07-28 16:38:52 -070029
Jeff Sharkey9dd80ae2014-09-16 11:40:03 -070030 <item name="android:listDivider">@*android:drawable/list_divider_material</item>
31
Jeff Sharkeye6fcceb2014-07-28 16:38:52 -070032 <item name="android:windowActionBar">false</item>
Jeff Sharkey7e544612014-08-29 15:38:27 -070033 <item name="android:windowActionModeOverlay">true</item>
Jeff Sharkeye6fcceb2014-07-28 16:38:52 -070034 <item name="android:windowNoTitle">true</item>
35
Jeff Sharkeye6fcceb2014-07-28 16:38:52 -070036 <item name="android:windowSoftInputMode">stateUnspecified|adjustUnspecified</item>
37 </style>
38
Oren Blasbergb243af72015-06-25 19:00:43 -070039 <style name="DocumentsNonDialogTheme" parent="@android:style/Theme.Material.DayNight.DarkActionBar">
40 <item name="android:actionBarWidgetTheme">@null</item>
41 <item name="android:actionBarTheme">@*android:style/ThemeOverlay.Material.Dark.ActionBar</item>
42 <item name="android:actionBarPopupTheme">@*android:style/ThemeOverlay.Material.Light</item>
43
44 <item name="android:colorPrimaryDark">@*android:color/material_blue_grey_900</item>
45 <item name="android:colorPrimary">@*android:color/material_blue_grey_800</item>
46 <item name="android:colorAccent">@*android:color/material_deep_teal_500</item>
47
48 <item name="android:listDivider">@*android:drawable/list_divider_material</item>
49
50 <item name="android:windowActionBar">false</item>
51 <item name="android:windowActionModeOverlay">true</item>
52 <item name="android:windowNoTitle">true</item>
53
54 <item name="android:windowSoftInputMode">stateUnspecified|adjustUnspecified</item>
55 </style>
56
Alan Viverettea7b89ae2015-04-22 16:51:08 -070057 <style name="StandaloneTheme" parent="@android:style/Theme.Material.DayNight.DarkActionBar">
Steve McKayd0a2a2c2015-03-25 14:35:33 -070058 <item name="android:actionBarWidgetTheme">@null</item>
Steve McKayd0a2a2c2015-03-25 14:35:33 -070059
60 <item name="android:colorPrimaryDark">@*android:color/material_blue_grey_900</item>
61 <item name="android:colorPrimary">@*android:color/material_blue_grey_800</item>
62 <item name="android:colorAccent">@*android:color/material_deep_teal_500</item>
63
64 <item name="android:listDivider">@*android:drawable/list_divider_material</item>
65
66 <item name="android:windowActionBar">false</item>
67 <item name="android:windowActionModeOverlay">true</item>
68 <item name="android:windowNoTitle">true</item>
69
70 <item name="android:windowSoftInputMode">stateUnspecified|adjustUnspecified</item>
71 </style>
72
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070073</resources>