blob: f4dfd73690ca3e2fb9994f50c85ac993577251a3 [file] [log] [blame]
Jeff Sharkeyed903212013-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 Sharkey88f322c2013-09-12 16:25:02 -070017<resources xmlns:android="http://schemas.android.com/apk/res/android">
Jeff Sharkeyf52773f2014-07-28 16:38:52 -070018
Ben Kwa92b547b2015-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 Sharkeyf75eb0d2014-08-05 10:14:45 -070021
Steve McKaya8f03a22015-12-15 12:16:21 -080022 <style name="DocumentsTheme" parent="@style/Theme.AppCompat.Light.DarkActionBar">
Ben Kwaa747d2e2015-08-24 10:15:56 -070023 <item name="actionBarWidgetTheme">@null</item>
Ben Kwa92b547b2015-09-04 10:44:50 -070024 <item name="actionBarTheme">@style/ActionBarTheme</item>
25 <item name="actionBarPopupTheme">@style/ActionBarPopupTheme</item>
Ben Kwaa7e9eb02015-10-29 15:43:23 -070026
Ben Kwad27906e2015-11-10 21:02:47 -080027 <item name="android:windowBackground">@color/window_background</item>
Ben Kwaa7e9eb02015-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>
31 <item name="colorActionMode">@color/action_mode</item>
Oren Blasberg9e9c2462015-06-25 19:00:43 -070032
33 <item name="android:listDivider">@*android:drawable/list_divider_material</item>
34
35 <item name="android:windowActionBar">false</item>
36 <item name="android:windowActionModeOverlay">true</item>
37 <item name="android:windowNoTitle">true</item>
38
39 <item name="android:windowSoftInputMode">stateUnspecified|adjustUnspecified</item>
40 </style>
41
Ben Kwa91caed82015-09-21 10:49:52 -070042 <style name="TrimmedHorizontalProgressBar" parent="android:Widget.Material.ProgressBar.Horizontal">
43 <item name="android:indeterminateDrawable">@drawable/progress_indeterminate_horizontal_material_trimmed</item>
44 <item name="android:minHeight">3dp</item>
45 <item name="android:maxHeight">3dp</item>
46 </style>
47
Felipe Lemeb012f912016-01-22 16:49:55 -080048 <!-- TODO: use the proper dialog and/or inline if not overriding -->
49 <style name="AlertDialogTheme" parent="@style/Theme.AppCompat.Light.Dialog.Alert">
50 </style>
51
Jeff Sharkeyed903212013-09-10 17:56:39 -070052</resources>