blob: 15d17cc6b737109b17abb7b38aa19f4504308835 [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
Ben Kwa3512cb22015-08-24 10:15:56 -070019 <style name="DocumentsBaseTheme" parent="@style/Theme.AppCompat.Light.DarkActionBar" />
Ben Kwa2c15ce62015-09-04 10:44:50 -070020 <style name="ActionBarTheme" parent="@*android:style/ThemeOverlay.Material.Dark.ActionBar" />
21 <style name="ActionBarPopupTheme" parent="@*android:style/ThemeOverlay.Material.Light" />
Jeff Sharkey67bf49d2014-08-05 10:14:45 -070022
Ben Kwa3512cb22015-08-24 10:15:56 -070023 <style name="DocumentsTheme" parent="@style/DocumentsBaseTheme">
24 <item name="actionBarWidgetTheme">@null</item>
Ben Kwa2c15ce62015-09-04 10:44:50 -070025 <item name="actionBarTheme">@style/ActionBarTheme</item>
26 <item name="actionBarPopupTheme">@style/ActionBarPopupTheme</item>
Jeff Sharkeye6fcceb2014-07-28 16:38:52 -070027
Ben Kwa2c15ce62015-09-04 10:44:50 -070028 <item name="android:colorPrimaryDark">@color/primary_dark</item>
29 <item name="android:colorPrimary">@color/primary</item>
30 <item name="android:colorAccent">@color/accent</item>
Ben Kwa565a9422015-10-29 15:43:23 -070031 <item name="colorActionMode">@color/action_mode</item>
Jeff Sharkeye6fcceb2014-07-28 16:38:52 -070032
Jeff Sharkey9dd80ae2014-09-16 11:40:03 -070033 <item name="android:listDivider">@*android:drawable/list_divider_material</item>
34
Jeff Sharkeye6fcceb2014-07-28 16:38:52 -070035 <item name="android:windowActionBar">false</item>
Jeff Sharkey7e544612014-08-29 15:38:27 -070036 <item name="android:windowActionModeOverlay">true</item>
Jeff Sharkeye6fcceb2014-07-28 16:38:52 -070037 <item name="android:windowNoTitle">true</item>
38
Jeff Sharkeye6fcceb2014-07-28 16:38:52 -070039 <item name="android:windowSoftInputMode">stateUnspecified|adjustUnspecified</item>
40 </style>
41
Ben Kwa565a9422015-10-29 15:43:23 -070042 <style name="DocumentsFullScreenTheme" parent="@style/Theme.AppCompat.Light.DarkActionBar">
Ben Kwa3512cb22015-08-24 10:15:56 -070043 <item name="actionBarWidgetTheme">@null</item>
Ben Kwa2c15ce62015-09-04 10:44:50 -070044 <item name="actionBarTheme">@style/ActionBarTheme</item>
45 <item name="actionBarPopupTheme">@style/ActionBarPopupTheme</item>
Ben Kwa565a9422015-10-29 15:43:23 -070046
47 <item name="android:colorPrimaryDark">@color/primary_dark</item>
48 <item name="android:colorPrimary">@color/primary</item>
49 <item name="android:colorAccent">@color/accent</item>
50 <item name="colorActionMode">@color/action_mode</item>
Oren Blasbergb243af72015-06-25 19:00:43 -070051
52 <item name="android:listDivider">@*android:drawable/list_divider_material</item>
53
54 <item name="android:windowActionBar">false</item>
55 <item name="android:windowActionModeOverlay">true</item>
56 <item name="android:windowNoTitle">true</item>
57
58 <item name="android:windowSoftInputMode">stateUnspecified|adjustUnspecified</item>
59 </style>
60
Ben Kwa379e1762015-09-21 10:49:52 -070061 <style name="TrimmedHorizontalProgressBar" parent="android:Widget.Material.ProgressBar.Horizontal">
62 <item name="android:indeterminateDrawable">@drawable/progress_indeterminate_horizontal_material_trimmed</item>
63 <item name="android:minHeight">3dp</item>
64 <item name="android:maxHeight">3dp</item>
65 </style>
66
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070067</resources>