blob: 5fdc73c72b721e02e4c68ee54b9ddc8ab37d04d4 [file] [log] [blame]
Qiwen Zhao76b1ed22014-09-15 08:26:44 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2014 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
17<resources>
18
Kirill Grouchnikov3f669922015-01-26 15:10:45 -050019 <style name="Platform.AppCompat" parent="Platform.V14.AppCompat" />
20 <style name="Platform.AppCompat.Light" parent="Platform.V14.AppCompat.Light" />
Qiwen Zhao76b1ed22014-09-15 08:26:44 -070021
Qiwen Zhao1a874e22015-06-24 20:38:22 +000022 <style name="Platform.V14.AppCompat" parent="Platform.V12.AppCompat">
Qiwen Zhao76b1ed22014-09-15 08:26:44 -070023 <item name="android:actionModeSelectAllDrawable">?actionModeSelectAllDrawable</item>
Kirill Grouchnikov3f669922015-01-26 15:10:45 -050024
25 <item name="android:listPreferredItemPaddingLeft">@dimen/abc_list_item_padding_horizontal_material</item>
26 <item name="android:listPreferredItemPaddingRight">@dimen/abc_list_item_padding_horizontal_material</item>
Qiwen Zhao76b1ed22014-09-15 08:26:44 -070027 </style>
28
Qiwen Zhao1a874e22015-06-24 20:38:22 +000029 <style name="Platform.V14.AppCompat.Light" parent="Platform.V12.AppCompat.Light">
Qiwen Zhao76b1ed22014-09-15 08:26:44 -070030 <item name="android:actionModeSelectAllDrawable">?actionModeSelectAllDrawable</item>
Qiwen Zhao76b1ed22014-09-15 08:26:44 -070031
Kirill Grouchnikov3f669922015-01-26 15:10:45 -050032 <item name="android:listPreferredItemPaddingLeft">@dimen/abc_list_item_padding_horizontal_material</item>
33 <item name="android:listPreferredItemPaddingRight">@dimen/abc_list_item_padding_horizontal_material</item>
Qiwen Zhao76b1ed22014-09-15 08:26:44 -070034 </style>
35
36</resources>