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">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>