dimens.xml revision a6c127670fb3389d0184e8e0bc2d800770db3dd7
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    <!-- Height of the status bar -->
22    <dimen name="status_bar_height">48dip</dimen>
23    <!-- Width and height of a single notification icon in the status bar -->
24    <dimen name="status_bar_icon_size">32dip</dimen>
25    <!-- Size of the giant number (unread count) in the notifications -->
26    <dimen name="status_bar_content_number_size">48sp</dimen>
27    
28    <!-- Margin at the edge of the screen to ignore touch events for in the windowshade. -->
29    <!-- Margin for permanent screen decorations at the bottom. -->
30    <dimen name="screen_margin_bottom">48dip</dimen>
31    
32    <!-- Default height of a key in the password keyboard for alpha -->
33    <dimen name="password_keyboard_key_height_alpha">0.35in</dimen>
34    <!-- Default height of a key in the password keyboard for numeric -->
35    <dimen name="password_keyboard_key_height_numeric">0.47in</dimen>
36
37    <!-- The width that is used when creating thumbnails of applications. -->
38    <dimen name="thumbnail_width">230dp</dimen>
39    <!-- The height that is used when creating thumbnails of applications. -->
40    <dimen name="thumbnail_height">135dp</dimen>
41    <!-- The standard size (both width and height) of an application icon that
42         will be displayed in the app launcher and elsewhere. -->
43    <dimen name="app_icon_size">64dip</dimen>
44    <!-- Minimum width of the search view text entry area. -->
45    <dimen name="search_view_text_min_width">192dip</dimen>
46</resources>
47