blob: b5e32d405ac73537358c06a003d3eb2c44cb0327 [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 Kwa2c15ce62015-09-04 10:44:50 -070019 <style name="ActionBarTheme" parent="@*android:style/ThemeOverlay.Material.Dark.ActionBar" />
20 <style name="ActionBarPopupTheme" parent="@*android:style/ThemeOverlay.Material.Light" />
Jeff Sharkey67bf49d2014-08-05 10:14:45 -070021
Steve McKayf2484c72015-12-15 12:16:21 -080022 <style name="DocumentsTheme" parent="@style/Theme.AppCompat.Light.DarkActionBar">
Ben Kwa3512cb22015-08-24 10:15:56 -070023 <item name="actionBarWidgetTheme">@null</item>
Ben Kwa2c15ce62015-09-04 10:44:50 -070024 <item name="actionBarTheme">@style/ActionBarTheme</item>
25 <item name="actionBarPopupTheme">@style/ActionBarPopupTheme</item>
Ben Kwa565a9422015-10-29 15:43:23 -070026
Ben Kwa65d7c042015-11-10 21:02:47 -080027 <item name="android:windowBackground">@color/window_background</item>
Ben Kwa565a9422015-10-29 15:43:23 -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>
Andrew Sappersteine7b1ae32016-07-01 17:59:07 -070031 <item name="android:colorControlActivated">?android:attr/colorAccent</item>
Aga Wronskac88eb2f2016-02-25 16:32:49 -080032 <item name="android:queryBackground">@color/menu_search_background</item>
Oren Blasbergb243af72015-06-25 19:00:43 -070033
34 <item name="android:listDivider">@*android:drawable/list_divider_material</item>
35
36 <item name="android:windowActionBar">false</item>
37 <item name="android:windowActionModeOverlay">true</item>
38 <item name="android:windowNoTitle">true</item>
39
40 <item name="android:windowSoftInputMode">stateUnspecified|adjustUnspecified</item>
41 </style>
42
Ben Kwa379e1762015-09-21 10:49:52 -070043 <style name="TrimmedHorizontalProgressBar" parent="android:Widget.Material.ProgressBar.Horizontal">
44 <item name="android:indeterminateDrawable">@drawable/progress_indeterminate_horizontal_material_trimmed</item>
45 <item name="android:minHeight">3dp</item>
Aga Wronskac9152982016-03-23 14:34:45 -070046 <item name="android:maxHeight">3dp</item>
Ben Kwa379e1762015-09-21 10:49:52 -070047 </style>
48
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070049</resources>