• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?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 -->
20    <dimen name="system_bar_icon_drawing_size">24dip</dimen>
21
22    <!-- opacity at which Notification icons will be drawn in the status bar -->
23    <item type="dimen" name="system_bar_icon_drawing_alpha">100%</item>
24
25    <!-- The width of the view containing non-menu status bar icons -->
26    <dimen name="system_bar_navigation_key_width">80dip</dimen>
27
28    <!-- The width of the view containing the menu status bar icon -->
29    <dimen name="system_bar_navigation_menu_key_width">80dip</dimen>
30
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 -->
42    <dimen name="status_bar_icon_padding">1dp</dimen>
43    <!-- 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>
78
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>
82</resources>
83
84