Dmitri Plotnikov | e1d4c06 | 2010-07-15 16:20:36 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2009 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 | --> |
Dmitri Plotnikov | e1d4c06 | 2010-07-15 16:20:36 -0700 | [diff] [blame] | 16 | <resources> |
Brian Attwell | 2c1bfd0 | 2014-06-04 18:18:35 -0700 | [diff] [blame] | 17 | |
Katherine Kuan | cc44fa2 | 2011-09-05 15:28:03 -0700 | [diff] [blame] | 18 | <style name="DetailActivityTheme" parent="@android:Theme.Dialog"> |
Daniel Lehmann | 134e53f | 2010-08-25 14:21:51 -0700 | [diff] [blame] | 19 | <item name="android:windowContentOverlay">@null</item> |
| 20 | </style> |
Dmitri Plotnikov | 4333b9d | 2010-10-07 14:00:01 -0700 | [diff] [blame] | 21 | |
Katherine Kuan | 9856fce | 2011-06-01 10:24:09 -0700 | [diff] [blame] | 22 | <style name="DirectoryHeader" parent="PeopleTheme"> |
Daisuke Miyakawa | 8f59c2b | 2011-08-04 13:22:19 -0700 | [diff] [blame] | 23 | <item name="android:paddingTop">0dip</item> |
Josh Gargus | af2113d | 2011-11-28 18:16:34 -0800 | [diff] [blame] | 24 | |
Daisuke Miyakawa | 08c8746 | 2011-08-09 16:41:37 -0700 | [diff] [blame] | 25 | <item name="android:background">@android:color/transparent</item> |
Dmitri Plotnikov | 94e3041 | 2010-09-29 18:46:47 -0700 | [diff] [blame] | 26 | </style> |
Daniel Lehmann | e9b196e | 2010-10-26 12:17:39 -0700 | [diff] [blame] | 27 | |
Dmitri Plotnikov | e1d4c06 | 2010-07-15 16:20:36 -0700 | [diff] [blame] | 28 | </resources> |