blob: e42855c1557890b42f10cd6841bc03620432fb72 [file] [log] [blame]
Daniel Sandler88d68772011-07-27 16:33:09 -04001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 * Copyright (c) 2011, The Android Open Source Project
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16*/
17-->
18<resources>
19 <!-- size at which Notification icons will be drawn in the status bar -->
Daniel Sandleref863702012-07-11 10:03:34 -040020 <dimen name="system_bar_icon_drawing_size">24dip</dimen>
Daniel Sandler88d68772011-07-27 16:33:09 -040021
22 <!-- opacity at which Notification icons will be drawn in the status bar -->
Daniel Sandleref863702012-07-11 10:03:34 -040023 <item type="dimen" name="system_bar_icon_drawing_alpha">100%</item>
Andrew Flynn1d9af302012-03-07 15:48:51 -080024
25 <!-- The width of the view containing non-menu status bar icons -->
Daniel Sandleref863702012-07-11 10:03:34 -040026 <dimen name="system_bar_navigation_key_width">80dip</dimen>
Andrew Flynn1d9af302012-03-07 15:48:51 -080027
28 <!-- The width of the view containing the menu status bar icon -->
Daniel Sandleref863702012-07-11 10:03:34 -040029 <dimen name="system_bar_navigation_menu_key_width">80dip</dimen>
Daniel Sandler4a066c52012-04-20 14:49:13 -040030
31 <!-- ======================================== -->
32 <!-- The following resources were recently moved from sw600dp; there may
33 be situations where they don't sync up perfectly with
34 PhoneStatusBar/TabletStatusBar. -->
35 <!-- ======================================== -->
36
37 <!-- The width of the ticker, including the icon -->
38 <dimen name="notification_ticker_width">360dp</dimen>
39 <!-- Status bar panel bottom offset (height of status bar - overlap) -->
40 <dimen name="status_bar_panel_bottom_offset">36dp</dimen>
41 <!-- gap on either side of status bar notification icons -->
Chris Wren482410d2012-09-24 18:41:18 -040042 <dimen name="status_bar_icon_padding">1dp</dimen>
Daniel Sandler4a066c52012-04-20 14:49:13 -040043 <!-- The width of the notification panel window -->
44 <dimen name="notification_panel_width">512dp</dimen>
45 <!-- The minimum height of the notification panel window -->
46 <dimen name="notification_panel_min_height">770dp</dimen>
47 <!-- Bottom margin (from display edge) for status bar panels -->
48 <dimen name="panel_float">56dp</dimen>
49
50 <!-- Recent Applications parameters -->
51 <!-- How far the thumbnail for a recent app appears from left edge -->
52 <dimen name="status_bar_recents_thumbnail_left_margin">28dp</dimen>
53 <!-- Upper width limit for application icon -->
54 <dimen name="status_bar_recents_app_icon_max_width">64dp</dimen>
55 <!-- Upper height limit for application icon -->
56 <dimen name="status_bar_recents_app_icon_max_height">64dp</dimen>
57
58 <!-- Size of application icon -->
59 <dimen name="status_bar_recents_thumbnail_width">208dp</dimen>
60 <dimen name="status_bar_recents_thumbnail_height">130dp</dimen>
61
62 <!-- Width of recents panel -->
63 <dimen name="status_bar_recents_width">600dp</dimen>
64 <!-- Padding for text descriptions -->
65 <dimen name="status_bar_recents_text_description_padding">8dp</dimen>
66 <!-- Size of application label text -->
67 <dimen name="status_bar_recents_app_label_text_size">18dip</dimen>
68 <!-- Size of application description text -->
69 <dimen name="status_bar_recents_app_description_text_size">18dip</dimen>
70 <!-- Width of application label text -->
71 <dimen name="status_bar_recents_app_label_width">97dip</dimen>
72 <!-- Left margin for application label -->
73 <dimen name="status_bar_recents_app_label_left_margin">16dip</dimen>
74 <!-- Size of fading edge for text -->
75 <dimen name="status_bar_recents_text_fading_edge_length">20dip</dimen>
76 <!-- Size of fading edge for scrolling -->
77 <dimen name="status_bar_recents_scroll_fading_edge_length">10dip</dimen>
Daniel Sandler4a066c52012-04-20 14:49:13 -040078
79 <!-- Where to place the app icon over the thumbnail -->
80 <dimen name="status_bar_recents_app_icon_left_margin">0dp</dimen>
81 <dimen name="status_bar_recents_app_icon_top_margin">8dp</dimen>
Daniel Sandler88d68772011-07-27 16:33:09 -040082</resources>
83