blob: c22a0fd07761108c89dd34e30deb1eac2b56f58e [file] [log] [blame]
Owen Lina85c8022011-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
17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Owen Lin530a57a2012-10-02 15:27:00 +080018 <style name="Theme.GalleryBase" parent="android:Theme.Holo">
Wu-cheng Li2b44c262012-07-19 18:35:30 +080019 <item name="listPreferredItemHeightSmall">48dp</item>
Pin Ting59f87a12012-07-26 13:31:11 -070020 <item name="switchStyle">@android:style/Widget.CompoundButton</item>
Wu-cheng Li2b44c262012-07-19 18:35:30 +080021 </style>
Owen Lin530a57a2012-10-02 15:27:00 +080022 <style name="Theme.Gallery.Dialog" parent="android:Theme.Holo.Dialog"/>
Wu-cheng Li2b44c262012-07-19 18:35:30 +080023 <style name="Theme.Gallery" parent="Theme.GalleryBase">
Owen Lina85c8022011-08-17 22:07:43 +080024 <item name="android:displayOptions"></item>
Owen Lina85c8022011-08-17 22:07:43 +080025 <item name="android:windowContentOverlay">@null</item>
26 <item name="android:actionBarStyle">@style/Holo.ActionBar</item>
Owen Line55c04d2012-05-15 17:52:09 -070027 <item name="android:windowBackground">@android:color/black</item>
Chih-Chung Chang1c783b52011-09-08 19:15:45 +080028 <item name="android:colorBackground">@null</item>
29 <item name="android:colorBackgroundCacheHint">@null</item>
Owen Lina85c8022011-08-17 22:07:43 +080030 </style>
Bobby Georgescu0e335712012-08-16 16:30:57 -070031 <style name="Holo.ActionBar" parent="android:Widget.Holo.ActionBar">
Ray Chen9e8d49b2012-02-17 12:40:44 +080032 <item name="android:displayOptions">useLogo|showHome</item>
Bobby Georgescu0e335712012-08-16 16:30:57 -070033 <item name="android:background">@drawable/actionbar_translucent</item>
34 <item name="android:backgroundStacked">@null</item>
Owen Lina85c8022011-08-17 22:07:43 +080035 </style>
36 <style name="MediaButton.Play" parent="@android:style/MediaButton.Play">
37 <item name="android:background">@null</item>
38 <item name="android:src">@drawable/icn_media_play</item>
39 </style>
Chih-Chung Changa31c2572011-09-23 13:02:48 +080040 <style name="DialogPickerTheme" parent="Theme.Gallery">
Owen Lina85c8022011-08-17 22:07:43 +080041 </style>
Your Namee8ac54b2012-12-03 14:14:19 -080042 <style name="Theme.ProxyLauncher" parent="@android:Theme.Translucent.NoTitleBar">
43 </style>
Chih-Chung Changa31c2572011-09-23 13:02:48 +080044 <bool name="picker_is_dialog">false</bool>
Chih-Chung Chang26d36b42011-10-14 16:09:09 +080045 <color name="darker_transparent">#C1000000</color>
Bobby Georgescu40d60a42012-10-11 14:49:09 -070046 <style name="ActionBarTwoLinePrimary" parent="@android:style/TextAppearance.Holo.Widget.ActionBar.Title"></style>
47 <style name="ActionBarTwoLineSecondary" parent="@android:style/TextAppearance.Holo.Widget.ActionBar.Subtitle"></style>
Owen Lina85c8022011-08-17 22:07:43 +080048</resources>