dimens.xml revision 64336a40515874066040d058f3bdea338904a5f2
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    <!-- The width that is used when creating thumbnails of applications. -->
22    <dimen name="thumbnail_width">0dp</dimen>
23    <!-- The height that is used when creating thumbnails of applications. -->
24    <dimen name="thumbnail_height">0dp</dimen>
25    <!-- The standard size (both width and height) of an application icon that
26         will be displayed in the app launcher and elsewhere. -->
27    <dimen name="app_icon_size">48dip</dimen>
28    <!-- The standard size (both width and height) of an action icon that will
29         be displayed in application action bars. -->
30    <dimen name="action_icon_size">48dip</dimen>
31    <dimen name="toast_y_offset">64dip</dimen>
32    <!-- Height of the status bar -->
33    <dimen name="status_bar_height">25dip</dimen>
34    <!-- Height of the status bar -->
35    <dimen name="status_bar_icon_size">25dip</dimen>
36    <!-- Margin at the edge of the screen to ignore touch events for in the windowshade. -->
37    <dimen name="status_bar_edge_ignore">5dp</dimen>
38    <!-- Margin for permanent screen decorations at the bottom. -->
39    <dimen name="screen_margin_bottom">0dip</dimen>
40    <!-- Size of the fastscroll hint letter -->
41    <dimen name="fastscroll_overlay_size">104dp</dimen>
42    <!-- Width of the fastscroll thumb -->
43    <dimen name="fastscroll_thumb_width">64dp</dimen>
44    <!-- Height of the fastscroll thumb -->
45    <dimen name="fastscroll_thumb_height">52dp</dimen>
46    <!-- Min width for a tablet device -->
47    <dimen name="min_xlarge_screen_width">800dp</dimen>
48    <!-- Fixed viewport margin for website content width change -->
49    <dimen name="fixed_viewport_margin">7dp</dimen>
50    <!-- Default height of a key in the password keyboard for alpha -->
51    <dimen name="password_keyboard_key_height_alpha">56dip</dimen>
52    <!-- Default height of a key in the password keyboard for numeric -->
53    <dimen name="password_keyboard_key_height_numeric">56dip</dimen>
54    <!-- Default correction for the space key in the password keyboard -->
55    <dimen name="password_keyboard_spacebar_vertical_correction">4dip</dimen>
56</resources>
57