Roll NDK to pick std::deque patch.
[android_tools.git] / sdk / platforms / android-25 / data / res / values-watch / themes_device_defaults.xml
blob2313b26c1f8d55e9b095e65935fd3d1fefcc4485
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (C) 2014 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     <!-- Theme used for the intent picker activity. -->
35     <style name="Theme.DeviceDefault.Resolver" parent="Theme.Material">
36         <item name="colorControlActivated">?attr/colorControlHighlight</item>
37         <item name="listPreferredItemPaddingStart">?attr/dialogPreferredPadding</item>
38         <item name="listPreferredItemPaddingEnd">?attr/dialogPreferredPadding</item>
39     </style>
41     <!-- Use a dark theme for watches. -->
42     <style name="Theme.DeviceDefault.System" parent="Theme.Material" />
43 </resources>