831289e0738b1e2d3ef8f9af8d7fccdb78bd0af1
[pub/Android/ownCloud.git] / actionbarsherlock / res / values / abs__dimens.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 /* //device/apps/common/assets/res/any/dimens.xml
4 **
5 ** Copyright 2006, The Android Open Source Project
6 **
7 ** Licensed under the Apache License, Version 2.0 (the "License");
8 ** you may not use this file except in compliance with the License.
9 ** You may obtain a copy of the License at
10 **
11 ** http://www.apache.org/licenses/LICENSE-2.0
12 **
13 ** Unless required by applicable law or agreed to in writing, software
14 ** distributed under the License is distributed on an "AS IS" BASIS,
15 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 ** See the License for the specific language governing permissions and
17 ** limitations under the License.
18 */
19 -->
20 <resources>
21 <!-- Default height of an action bar. -->
22 <dimen name="abs__action_bar_default_height">48dip</dimen>
23 <!-- Vertical padding around action bar icons. -->
24 <dimen name="abs__action_bar_icon_vertical_padding">8dip</dimen>
25 <!-- Text size for action bar titles -->
26 <dimen name="abs__action_bar_title_text_size">18dp</dimen>
27 <!-- Text size for action bar subtitles -->
28 <dimen name="abs__action_bar_subtitle_text_size">14dp</dimen>
29 <!-- Top margin for action bar subtitles -->
30 <dimen name="abs__action_bar_subtitle_top_margin">-3dp</dimen>
31 <!-- Bottom margin for action bar subtitles -->
32 <dimen name="abs__action_bar_subtitle_bottom_margin">5dip</dimen>
33
34 <integer name="abs__max_action_buttons">2</integer>
35
36 <!-- Minimum width for an action button in the menu area of an action bar -->
37 <dimen name="abs__action_button_min_width">56dip</dimen>
38
39 <!-- Dialog title height -->
40 <dimen name="abs__alert_dialog_title_height">64dip</dimen>
41
42 <!-- The platform's desired minimum size for a dialog's width when it
43 is along the major axis (that is the screen is landscape). This may
44 be either a fraction or a dimension. -->
45 <item type="dimen" name="abs__dialog_min_width_major">65%</item>
46 <!-- The platform's desired minimum size for a dialog's width when it
47 is along the minor axis (that is the screen is portrait). This may
48 be either a fraction or a dimension. -->
49 <item type="dimen" name="abs__dialog_min_width_minor">95%</item>
50
51
52 <!-- Text padding for dropdown items -->
53 <dimen name="abs__dropdownitem_text_padding_left">8dip</dimen>
54
55 <!-- Text padding for dropdown items -->
56 <dimen name="abs__dropdownitem_text_padding_right">8dip</dimen>
57
58 <!-- Width of the icon in a dropdown list -->
59 <dimen name="abs__dropdownitem_icon_width">32dip</dimen>
60
61
62 <!-- Minimum width of the search view text entry area. -->
63 <dimen name="abs__search_view_text_min_width">160dip</dimen>
64
65 <!-- Preferred width of the search view. -->
66 <dimen name="abs__search_view_preferred_width">320dip</dimen>
67 </resources>