Roll NDK to pick std::deque patch.
[android_tools.git] / sdk / platforms / android-25 / data / res / values-large / themes_device_defaults.xml
blobd252c270baf080a48bdd717f291ab51c17cd2188
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (C) 2011 The Android Open Source Project
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
8           http://www.apache.org/licenses/LICENSE-2.0
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 -->
17 <!--
18 ===============================================================
19                         PLEASE READ
20 ===============================================================
21 This file contains the themes that are the Device Defaults.
22 If you want to edit themes to skin your device, do it here.
23 We recommend that you do not edit themes.xml and instead edit
24 this file.
26 Editing this file instead of themes.xml will greatly simplify
27 merges for future platform versions and CTS compliance will be
28 easier.
29 ===============================================================
30                         PLEASE READ
31 ===============================================================
32  -->
33 <resources>
34     <style name="Theme.DeviceDefault.DialogWhenLarge" parent="@style/Theme.DeviceDefault.Dialog.FixedSize">
35         <item name="preferencePanelStyle">@style/PreferencePanel.Dialog</item>
36     </style>
37     <style name="Theme.DeviceDefault.DialogWhenLarge.NoActionBar" parent="@style/Theme.DeviceDefault.Dialog.NoActionBar.FixedSize">
38         <item name="preferencePanelStyle">@style/PreferencePanel.Dialog</item>
39     </style>
40     <style name="Theme.DeviceDefault.Light.DialogWhenLarge" parent="@style/Theme.DeviceDefault.Light.Dialog.FixedSize" />
41     <style name="Theme.DeviceDefault.Light.DialogWhenLarge.NoActionBar" parent="@style/Theme.DeviceDefault.Light.Dialog.NoActionBar.FixedSize" />
42 </resources>