blob: 0bf4d568bebb3fe3993afb8caba439379f9738bc [file] [log] [blame]
Owen Linf9a0a432011-08-17 22:07:43 +08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2011 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<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
17 <style name="Theme.Gallery" parent="android:Theme.Holo">
18 <item name="android:displayOptions"></item>
19 <item name="android:actionBarStyle">@style/Holo.ActionBar</item>
Owen Lin7896b2c2012-05-15 17:52:09 -070020 <item name="android:windowBackground">@android:color/black</item>
Chih-Chung Changb31e9fb2011-09-08 19:15:45 +080021 <item name="android:colorBackground">@null</item>
22 <item name="android:colorBackgroundCacheHint">@null</item>
Owen Linf9a0a432011-08-17 22:07:43 +080023 </style>
Chih-Chung Chang3bbf1332011-09-23 13:02:48 +080024 <style name="DialogPickerTheme" parent="android:Theme.Holo.Dialog">
25 </style>
26 <bool name="picker_is_dialog">true</bool>
Owen Linf9a0a432011-08-17 22:07:43 +080027</resources>