1 <?xml version="1.0" encoding="utf-8"?>
3 /* //device/apps/common/assets/res/any/dimens.xml
5 ** Copyright 2006, The Android Open Source Project
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
11 ** http://www.apache.org/licenses/LICENSE-2.0
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.
21 <!-- Default height of an action bar. -->
22 <dimen name="abs__action_bar_default_height">56dip</dimen>
23 <!-- Vertical padding around action bar icons. -->
24 <dimen name="abs__action_bar_icon_vertical_padding">4dip</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">9dip</dimen>
34 <!-- Minimum width for an action button in the menu area of an action bar -->
35 <dimen name="abs__action_button_min_width">64dip</dimen>
37 <!-- The platform's desired minimum size for a dialog's width when it
38 is along the major axis (that is the screen is landscape). This may
39 be either a fraction or a dimension. -->
40 <item type="dimen" name="abs__dialog_min_width_major">45%</item>
41 <!-- The platform's desired minimum size for a dialog's width when it
42 is along the minor axis (that is the screen is portrait). This may
43 be either a fraction or a dimension. -->
44 <item type="dimen" name="abs__dialog_min_width_minor">72%</item>