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 -->
2579a02b15850347a2e932272b21b14c0c2b3faf50Jim Miller    <dimen name="password_keyboard_key_height_numeric">50dip</dimen>
26ad32bf48442abe574b3e86469619bc9338f2fb06Jim Miller    <!-- Default correction for the space key in the password keyboard -->
270b31970cac04259a6e20dfc6d6e42cd9532528e3Jim Miller    <dimen name="password_keyboard_spacebar_vertical_correction">2dip</dimen>
28b65897ba50c76e2110f5b5de455c14ca53d4069bAmith Yamasani    <dimen name="preference_widget_width">72dp</dimen>
2945c515b0e962ee8ffc901872bcc9f25599ea0e78Adam Powell
3045c515b0e962ee8ffc901872bcc9f25599ea0e78Adam Powell    <!-- Default height of an action bar. -->
3145c515b0e962ee8ffc901872bcc9f25599ea0e78Adam Powell    <dimen name="action_bar_default_height">40dip</dimen>
320d5d1b7e8cc06b4c62a863314debbb8b24554f1fAdam Powell    <!-- Vertical padding around action bar icons. -->
330d5d1b7e8cc06b4c62a863314debbb8b24554f1fAdam Powell    <dimen name="action_bar_icon_vertical_padding">4dip</dimen>
34c8b0b005cb616deb9646f2c2b995890fa9530f94Adam Powell    <!-- Text size for action bar titles -->
35c8b0b005cb616deb9646f2c2b995890fa9530f94Adam Powell    <dimen name="action_bar_title_text_size">16dp</dimen>
36c8b0b005cb616deb9646f2c2b995890fa9530f94Adam Powell    <!-- Text size for action bar subtitles -->
37c8b0b005cb616deb9646f2c2b995890fa9530f94Adam Powell    <dimen name="action_bar_subtitle_text_size">12dp</dimen>
3807a047fdd632e10d29a513bf7f175e1edbbb65abAdam Powell    <!-- Top margin for action bar subtitles -->
3907a047fdd632e10d29a513bf7f175e1edbbb65abAdam Powell    <dimen name="action_bar_subtitle_top_margin">-2dp</dimen>
4007a047fdd632e10d29a513bf7f175e1edbbb65abAdam Powell    <!-- Bottom margin for action bar subtitles -->
4107a047fdd632e10d29a513bf7f175e1edbbb65abAdam Powell    <dimen name="action_bar_subtitle_bottom_margin">4dip</dimen>
4245c515b0e962ee8ffc901872bcc9f25599ea0e78Adam Powell
4308a975ef86200a73db51bfbcca6bea8ad2a63cbdJim Miller    <!-- Size of clock font in LockScreen on Unsecure unlock screen. -->
447377cd0ab4e4db23d6ef99c2c73e3e1d5c9312faJim Miller    <dimen name="keyguard_lockscreen_clock_font_size">70sp</dimen>
450d244193bed0c995e2beaff5e217200457b28b9dJim Miller
463af630c8d18bcf4b23a5a308917319dd04cc8ed2Jim Miller    <!-- Shift emergency button from the left edge by this amount.  Used by landscape layout on
473af630c8d18bcf4b23a5a308917319dd04cc8ed2Jim Miller         phones -->
483af630c8d18bcf4b23a5a308917319dd04cc8ed2Jim Miller    <dimen name="kg_emergency_button_shift">30dp</dimen>
493af630c8d18bcf4b23a5a308917319dd04cc8ed2Jim Miller
503af630c8d18bcf4b23a5a308917319dd04cc8ed2Jim Miller    <!-- Space reserved at the bottom of secure views (pin/pattern/password/SIM pin/SIM puk) -->
513af630c8d18bcf4b23a5a308917319dd04cc8ed2Jim Miller    <dimen name="kg_secure_padding_height">0dp</dimen>
523af630c8d18bcf4b23a5a308917319dd04cc8ed2Jim Miller
53fa668cc930544e8b231c1fbf3ad496374b7aa21cAdam Powell    <!-- Top padding for the widget pager -->
54fa668cc930544e8b231c1fbf3ad496374b7aa21cAdam Powell    <dimen name="kg_widget_pager_top_padding">0dp</dimen>
55fa668cc930544e8b231c1fbf3ad496374b7aa21cAdam Powell
56fa668cc930544e8b231c1fbf3ad496374b7aa21cAdam Powell    <!-- Bottom padding for the widget pager -->
57fa668cc930544e8b231c1fbf3ad496374b7aa21cAdam Powell    <dimen name="kg_widget_pager_bottom_padding">0dp</dimen>
58fa668cc930544e8b231c1fbf3ad496374b7aa21cAdam Powell
595f69f380ac84ccdc53462d20e2fb8a784a8dc31bChris Wren    <!-- If the height if keyguard drops below this threshold (most likely
605f69f380ac84ccdc53462d20e2fb8a784a8dc31bChris Wren    due to the appearance of the IME), then drop the multiuser selector.
615f69f380ac84ccdc53462d20e2fb8a784a8dc31bChris Wren    Landscape's layout allows this to be smaller than for portrait. -->
625f69f380ac84ccdc53462d20e2fb8a784a8dc31bChris Wren    <dimen name="kg_squashed_layout_threshold">400dp</dimen>
635f69f380ac84ccdc53462d20e2fb8a784a8dc31bChris Wren
64896d1ebd12e77262464b9ec61a1a8dbb545c6098Amith Yamasani</resources>
65