2013-09-10 17:56:39 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- Copyright (C) 2013 The Android Open Source Project
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
|
|
|
|
2013-09-12 16:25:02 -07:00
|
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
2014-07-28 16:38:52 -07:00
|
|
|
|
2014-08-05 10:14:45 -07:00
|
|
|
<style name="DialogWhenReallyLarge" parent="@android:style/Theme.DeviceDefault.Light" />
|
|
|
|
|
|
|
|
<style name="DocumentsTheme" parent="@style/DialogWhenReallyLarge">
|
2014-07-28 16:38:52 -07:00
|
|
|
<item name="android:actionBarWidgetTheme">@null</item>
|
|
|
|
<item name="android:actionBarTheme">@*android:style/ThemeOverlay.Material.Dark.ActionBar</item>
|
|
|
|
<item name="android:actionBarPopupTheme">@*android:style/ThemeOverlay.Material.Light</item>
|
|
|
|
|
|
|
|
<item name="android:colorPrimaryDark">@*android:color/material_blue_grey_900</item>
|
|
|
|
<item name="android:colorPrimary">@*android:color/material_blue_grey_800</item>
|
2014-08-25 16:15:06 -07:00
|
|
|
<item name="android:colorAccent">@*android:color/material_deep_teal_500</item>
|
2014-07-28 16:38:52 -07:00
|
|
|
|
|
|
|
<item name="android:windowActionBar">false</item>
|
2014-08-29 15:38:27 -07:00
|
|
|
<item name="android:windowActionModeOverlay">true</item>
|
2014-07-28 16:38:52 -07:00
|
|
|
<item name="android:windowNoTitle">true</item>
|
|
|
|
|
|
|
|
<item name="*android:windowFixedWidthMajor">@null</item>
|
|
|
|
<item name="*android:windowFixedWidthMinor">@null</item>
|
|
|
|
<item name="*android:windowMinWidthMajor">@null</item>
|
|
|
|
<item name="*android:windowMinWidthMinor">@null</item>
|
|
|
|
<item name="*android:windowFixedHeightMajor">80%</item>
|
|
|
|
<item name="*android:windowFixedHeightMinor">90%</item>
|
|
|
|
|
|
|
|
<item name="android:windowSoftInputMode">stateUnspecified|adjustUnspecified</item>
|
|
|
|
</style>
|
|
|
|
|
2013-09-10 17:56:39 -07:00
|
|
|
</resources>
|