dimens.xml revision 0d5d1b7e8cc06b4c62a863314debbb8b24554f1f
10b31970cac04259a6e20dfc6d6e42cd9532528e3Jim Miller<?xml version="1.0" encoding="utf-8"?>
20b31970cac04259a6e20dfc6d6e42cd9532528e3Jim Miller<!--
3ad32bf48442abe574b3e86469619bc9338f2fb06Jim Miller/*
40b31970cac04259a6e20dfc6d6e42cd9532528e3Jim Miller**
50b31970cac04259a6e20dfc6d6e42cd9532528e3Jim Miller** Copyright 2010, The Android Open Source Project
60b31970cac04259a6e20dfc6d6e42cd9532528e3Jim Miller**
7ad32bf48442abe574b3e86469619bc9338f2fb06Jim Miller** Licensed under the Apache License, Version 2.0 (the "License");
8ad32bf48442abe574b3e86469619bc9338f2fb06Jim Miller** you may not use this file except in compliance with the License.
9ad32bf48442abe574b3e86469619bc9338f2fb06Jim Miller** You may obtain a copy of the License at
100b31970cac04259a6e20dfc6d6e42cd9532528e3Jim Miller**
11ad32bf48442abe574b3e86469619bc9338f2fb06Jim Miller**     http://www.apache.org/licenses/LICENSE-2.0
120b31970cac04259a6e20dfc6d6e42cd9532528e3Jim Miller**
13ad32bf48442abe574b3e86469619bc9338f2fb06Jim Miller** Unless required by applicable law or agreed to in writing, software
14ad32bf48442abe574b3e86469619bc9338f2fb06Jim Miller** distributed under the License is distributed on an "AS IS" BASIS,
15ad32bf48442abe574b3e86469619bc9338f2fb06Jim Miller** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16ad32bf48442abe574b3e86469619bc9338f2fb06Jim Miller** See the License for the specific language governing permissions and
170b31970cac04259a6e20dfc6d6e42cd9532528e3Jim Miller** limitations under the License.
180b31970cac04259a6e20dfc6d6e42cd9532528e3Jim Miller*/
190b31970cac04259a6e20dfc6d6e42cd9532528e3Jim Miller-->
200b31970cac04259a6e20dfc6d6e42cd9532528e3Jim Miller
210b31970cac04259a6e20dfc6d6e42cd9532528e3Jim Miller<resources>
22ad32bf48442abe574b3e86469619bc9338f2fb06Jim Miller    <!-- Default height of a key in the password keyboard for alpha -->
23ad32bf48442abe574b3e86469619bc9338f2fb06Jim Miller    <dimen name="password_keyboard_key_height_alpha">47dip</dimen>
24ad32bf48442abe574b3e86469619bc9338f2fb06Jim Miller    <!-- Default height of a key in the password keyboard for numeric -->
25ad32bf48442abe574b3e86469619bc9338f2fb06Jim Miller    <dimen name="password_keyboard_key_height_numeric">60dip</dimen>
26ad32bf48442abe574b3e86469619bc9338f2fb06Jim Miller    <!-- Default correction for the space key in the password keyboard -->
270b31970cac04259a6e20dfc6d6e42cd9532528e3Jim Miller    <dimen name="password_keyboard_spacebar_vertical_correction">2dip</dimen>
28405c1af75607fafdb1d6faf34e13e032e4934787Amith Yamasani    <dimen name="preference_screen_side_margin">16dp</dimen>
29405c1af75607fafdb1d6faf34e13e032e4934787Amith Yamasani    <dimen name="preference_screen_side_margin_negative">-20dp</dimen>
30b65897ba50c76e2110f5b5de455c14ca53d4069bAmith Yamasani    <dimen name="preference_widget_width">72dp</dimen>
3145c515b0e962ee8ffc901872bcc9f25599ea0e78Adam Powell
3245c515b0e962ee8ffc901872bcc9f25599ea0e78Adam Powell    <!-- Default height of an action bar. -->
3345c515b0e962ee8ffc901872bcc9f25599ea0e78Adam Powell    <dimen name="action_bar_default_height">40dip</dimen>
340d5d1b7e8cc06b4c62a863314debbb8b24554f1fAdam Powell    <!-- Vertical padding around action bar icons. -->
350d5d1b7e8cc06b4c62a863314debbb8b24554f1fAdam Powell    <dimen name="action_bar_icon_vertical_padding">4dip</dimen>
3645c515b0e962ee8ffc901872bcc9f25599ea0e78Adam Powell
3708a975ef86200a73db51bfbcca6bea8ad2a63cbdJim Miller    <!-- Size of clock font in LockScreen on Unsecure unlock screen. -->
3808a975ef86200a73db51bfbcca6bea8ad2a63cbdJim Miller    <dimen name="keyguard_lockscreen_clock_font_size">80sp</dimen>
390d244193bed0c995e2beaff5e217200457b28b9dJim Miller
40896d1ebd12e77262464b9ec61a1a8dbb545c6098Amith Yamasani</resources>
41