blob: 573081c1b4ef532d0db6f450ede96c288ded04ea [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
Jeff Sharkey67bf49d2014-08-05 10:14:45 -070019 <style name="DialogWhenReallyLarge" parent="@android:style/Theme.DeviceDefault.Light" />
20
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>
28 <item name="android:colorAccent">@*android:color/material_teal_500</item>
29
30 <item name="android:windowActionBar">false</item>
31 <item name="android:windowNoTitle">true</item>
32
33 <item name="*android:windowFixedWidthMajor">@null</item>
34 <item name="*android:windowFixedWidthMinor">@null</item>
35 <item name="*android:windowMinWidthMajor">@null</item>
36 <item name="*android:windowMinWidthMinor">@null</item>
37 <item name="*android:windowFixedHeightMajor">80%</item>
38 <item name="*android:windowFixedHeightMinor">90%</item>
39
40 <item name="android:windowSoftInputMode">stateUnspecified|adjustUnspecified</item>
41 </style>
42
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070043</resources>