dimens.xml revision e6ad1a8ba29bdd5d61ad1c91146def582c8c0334
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    <dimen name="status_bar_height">50dip</dimen>
22    <!-- Height of the status bar -->
23    <dimen name="status_bar_icon_size">50dip</dimen>
24    <!-- Margin at the edge of the screen to ignore touch events for in the windowshade. -->
25    <!-- Margin for permanent screen decorations at the bottom. -->
26    <dimen name="screen_margin_bottom">50dip</dimen>
27    
28    <!-- Default height of a key in the password keyboard for alpha -->
29    <dimen name="password_keyboard_key_height_alpha">0.35in</dimen>
30    <!-- Default height of a key in the password keyboard for numeric -->
31    <dimen name="password_keyboard_key_height_numeric">0.47in</dimen>
32
33    <!-- The width that is used when creating thumbnails of applications. -->
34    <dimen name="thumbnail_width">256dp</dimen>
35    <!-- The height that is used when creating thumbnails of applications. -->
36    <dimen name="thumbnail_height">255dp</dimen>
37</resources>
38