blob: 11dc54e4fa7b128149b4bdd87c52f1118afddb91 [file] [log] [blame]
Dmitri Plotnikove1d4c062010-07-15 16:20:36 -07001<?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 Plotnikove1d4c062010-07-15 16:20:36 -070016<resources>
Brian Attwell2c1bfd02014-06-04 18:18:35 -070017
Katherine Kuancc44fa22011-09-05 15:28:03 -070018 <style name="DetailActivityTheme" parent="@android:Theme.Dialog">
Daniel Lehmann134e53f2010-08-25 14:21:51 -070019 <item name="android:windowContentOverlay">@null</item>
20 </style>
Dmitri Plotnikov4333b9d2010-10-07 14:00:01 -070021
Katherine Kuan9856fce2011-06-01 10:24:09 -070022 <style name="DirectoryHeader" parent="PeopleTheme">
Daisuke Miyakawa8f59c2b2011-08-04 13:22:19 -070023 <item name="android:paddingTop">0dip</item>
Josh Gargusaf2113d2011-11-28 18:16:34 -080024
Daisuke Miyakawa08c87462011-08-09 16:41:37 -070025 <item name="android:background">@android:color/transparent</item>
Dmitri Plotnikov94e30412010-09-29 18:46:47 -070026 </style>
Daniel Lehmanne9b196e2010-10-26 12:17:39 -070027
Dmitri Plotnikove1d4c062010-07-15 16:20:36 -070028</resources>