blob: 69b524e70f8690cbaed9165cde658b263f593801 [file] [log] [blame]
Bobby Georgescu40d60a42012-10-11 14:49:09 -07001<?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">
18 <!-- Spinner primary text is smaller than usual due to extra vertical padding in spinner asset -->
19 <style name="ActionBarTwoLinePrimary" parent="@android:style/TextAppearance.Holo.Widget.ActionBar.Title">
20 <item name="android:textSize">14sp</item>
21 </style>
Michael Kolb3148b182013-01-29 14:03:06 -080022
23 <!-- Camera resources below -->
24
25 <style name="ReviewControlIcon">
26 <item name="android:layout_height">@dimen/switcher_size</item>
27 <item name="android:layout_width">@dimen/switcher_size</item>
28 <item name="android:gravity">center</item>
29 <item name="android:layout_centerHorizontal">true</item>
30 <item name="android:clickable">true</item>
31 <item name="android:focusable">true</item>
32 <item name="android:background">@drawable/bg_pressed</item>
33 </style>
34 <style name="SettingPopupWindow">
35 <item name="android:layout_width">wrap_content</item>
36 <item name="android:layout_height">wrap_content</item>
37 <item name="android:layout_centerVertical">true</item>
38 <item name="android:layout_marginRight">@dimen/setting_popup_right_margin</item>
39 <item name="android:visibility">gone</item>
40 </style>
41 <style name="PopupTitleText">
42 <item name="android:textSize">@dimen/popup_title_text_size</item>
43 <item name="android:layout_gravity">left|center_vertical</item>
44 <item name="android:layout_width">wrap_content</item>
45 <item name="android:layout_height">wrap_content</item>
46 <item name="android:singleLine">true</item>
47 <item name="android:textColor">@color/popup_title_color</item>
48 <item name="android:layout_marginLeft">10dp</item>
49 <item name="android:paddingLeft">16dp</item>
50 </style>
51 <style name="ViewfinderLabelLayout">
52 <item name="android:layout_width">match_parent</item>
53 <item name="android:layout_height">match_parent</item>
54 <item name="android:layout_marginLeft">13dp</item>
55 <item name="android:layout_marginRight">@dimen/indicator_bar_width</item>
56 <item name="android:layout_marginBottom">13dp</item>
57 <item name="android:layout_marginTop">13dp</item>
58 </style>
Michael Kolb3148b182013-01-29 14:03:06 -080059 <style name="SettingPopupWindow_xlarge">
60 <item name="android:layout_width">wrap_content</item>
61 <item name="android:layout_height">wrap_content</item>
62 <item name="android:layout_centerVertical">true</item>
63 <item name="android:layout_alignParentRight">true</item>
64 <item name="android:layout_marginRight">@dimen/setting_popup_right_margin</item>
65 <item name="android:visibility">gone</item>
66 </style>
67
Bobby Georgescu40d60a42012-10-11 14:49:09 -070068</resources>