| <?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. |
| --> |
| |
| <resources xmlns:android="http://schemas.android.com/apk/res/android"> |
| |
| <style name="DialogWhenReallyLarge" parent="@android:style/Theme.DeviceDefault.Light.DarkActionBar" /> |
| |
| <style name="DocumentsTheme" parent="@style/DialogWhenReallyLarge"> |
| <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> |
| <item name="android:colorAccent">@*android:color/material_deep_teal_500</item> |
| |
| <item name="android:listDivider">@*android:drawable/list_divider_material</item> |
| |
| <item name="android:windowActionBar">false</item> |
| <item name="android:windowActionModeOverlay">true</item> |
| <item name="android:windowNoTitle">true</item> |
| |
| <item name="android:windowSoftInputMode">stateUnspecified|adjustUnspecified</item> |
| </style> |
| |
| </resources> |