| Joe Onorato | 503007d | 2010-04-16 09:20:55 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | * Copyright (c) 2006, The Android Open Source Project |
| 4 | * |
| Jim Miller | 5fda69c | 2011-02-16 15:17:11 -0800 | [diff] [blame] | 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 |
| Joe Onorato | 503007d | 2010-04-16 09:20:55 -0700 | [diff] [blame] | 8 | * |
| Jim Miller | 5fda69c | 2011-02-16 15:17:11 -0800 | [diff] [blame] | 9 | * http://www.apache.org/licenses/LICENSE-2.0 |
| Joe Onorato | 503007d | 2010-04-16 09:20:55 -0700 | [diff] [blame] | 10 | * |
| Jim Miller | 5fda69c | 2011-02-16 15:17:11 -0800 | [diff] [blame] | 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 |
| Joe Onorato | 503007d | 2010-04-16 09:20:55 -0700 | [diff] [blame] | 15 | * limitations under the License. |
| 16 | */ |
| 17 | --> |
| 18 | <resources> |
| 19 | <!-- Margin at the edge of the screen to ignore touch events for in the windowshade. --> |
| 20 | <dimen name="status_bar_edge_ignore">5dp</dimen> |
| Jim Miller | 5fda69c | 2011-02-16 15:17:11 -0800 | [diff] [blame] | 21 | |
| 22 | <!-- Recent Applications parameters --> |
| Jim Miller | 5fda69c | 2011-02-16 15:17:11 -0800 | [diff] [blame] | 23 | <!-- Upper width limit for application icon --> |
| Peter Ng | 2d136a8 | 2011-10-12 15:49:39 -0700 | [diff] [blame] | 24 | <dimen name="status_bar_recents_app_icon_max_width">48dp</dimen> |
| Jim Miller | 5fda69c | 2011-02-16 15:17:11 -0800 | [diff] [blame] | 25 | <!-- Upper height limit for application icon --> |
| Peter Ng | 2d136a8 | 2011-10-12 15:49:39 -0700 | [diff] [blame] | 26 | <dimen name="status_bar_recents_app_icon_max_height">48dp</dimen> |
| Michael Jurka | 3b1fc47 | 2011-06-13 10:54:40 -0700 | [diff] [blame] | 27 | |
| Peter Ng | 622a976 | 2011-08-29 10:56:53 -0700 | [diff] [blame] | 28 | <!-- Size of application thumbnail --> |
| 29 | <dimen name="status_bar_recents_thumbnail_width">164dp</dimen> |
| Michael Jurka | 9316e7e | 2011-10-04 13:44:05 -0700 | [diff] [blame] | 30 | <dimen name="status_bar_recents_thumbnail_height">145dp</dimen> |
| Michael Jurka | cb2522c | 2012-04-13 09:32:47 -0700 | [diff] [blame] | 31 | <dimen name="status_bar_recents_thumbnail_bg_padding">4dp</dimen> |
| Peter Ng | 622a976 | 2011-08-29 10:56:53 -0700 | [diff] [blame] | 32 | |
| Jim Miller | 9f0f0e0 | 2011-05-17 20:06:29 -0700 | [diff] [blame] | 33 | <!-- Size of application label text --> |
| Peter Ng | 2d136a8 | 2011-10-12 15:49:39 -0700 | [diff] [blame] | 34 | <dimen name="status_bar_recents_app_label_text_size">14dip</dimen> |
| Jim Miller | 9f0f0e0 | 2011-05-17 20:06:29 -0700 | [diff] [blame] | 35 | <!-- Size of application description text --> |
| Peter Ng | 2d136a8 | 2011-10-12 15:49:39 -0700 | [diff] [blame] | 36 | <dimen name="status_bar_recents_app_description_text_size">14dip</dimen> |
| Michael Jurka | 55a25fa | 2012-04-02 07:09:10 -0700 | [diff] [blame] | 37 | <!-- Size of fading edge for text --> |
| 38 | <dimen name="status_bar_recents_text_fading_edge_length">20dip</dimen> |
| 39 | <!-- Size of fading edge for scrolling --> |
| 40 | <dimen name="status_bar_recents_scroll_fading_edge_length">10dip</dimen> |
| Jim Miller | 9f0f0e0 | 2011-05-17 20:06:29 -0700 | [diff] [blame] | 41 | <!-- Margin between recents container and glow on the right --> |
| 42 | <dimen name="status_bar_recents_right_glow_margin">100dip</dimen> |
| Daniel Sandler | f6a3412 | 2012-08-06 14:31:13 -0400 | [diff] [blame] | 43 | <!-- How far the thumbnail for a recent app appears from left edge --> |
| 44 | <dimen name="status_bar_recents_thumbnail_left_margin">20dp</dimen> |
| 45 | <!-- Padding for text descriptions --> |
| 46 | <dimen name="status_bar_recents_text_description_padding">8dp</dimen> |
| 47 | <!-- Width of application label text --> |
| 48 | <dimen name="status_bar_recents_app_label_width">88dip</dimen> |
| 49 | <!-- Left margin of application label text --> |
| 50 | <dimen name="status_bar_recents_app_label_left_margin">0dip</dimen> |
| 51 | <!-- Padding between recents items --> |
| 52 | <dimen name="status_bar_recents_item_padding">0dip</dimen> |
| Michael Jurka | 9bdaada | 2012-10-01 13:58:29 +0200 | [diff] [blame] | 53 | <!-- When recents first appears, how far the icon and label of the primary activity |
| 54 | travel --> |
| Michael Jurka | 071316e | 2012-10-10 00:00:21 +0200 | [diff] [blame] | 55 | <dimen name="status_bar_recents_app_icon_translate_distance">35dip</dimen> |
| Michael Jurka | 9bdaada | 2012-10-01 13:58:29 +0200 | [diff] [blame] | 56 | |
| Daniel Sandler | f6a3412 | 2012-08-06 14:31:13 -0400 | [diff] [blame] | 57 | <!-- Where to place the app icon over the thumbnail --> |
| 58 | <dimen name="status_bar_recents_app_icon_left_margin">0dp</dimen> |
| 59 | <dimen name="status_bar_recents_app_icon_top_margin">8dp</dimen> |
| 60 | |
| Dianne Hackborn | 7d04932 | 2011-06-14 15:00:32 -0700 | [diff] [blame] | 61 | <!-- Amount to offset bottom of notification peek window from top of status bar. --> |
| 62 | <dimen name="peek_window_y_offset">-12dp</dimen> |
| Jim Miller | 5fda69c | 2011-02-16 15:17:11 -0800 | [diff] [blame] | 63 | |
| Daniel Sandler | 8956dbb | 2011-04-22 07:55:02 -0400 | [diff] [blame] | 64 | <!-- thickness (height) of the navigation bar on phones that require it --> |
| Daniel Sandler | 36412a7 | 2011-08-04 09:35:13 -0400 | [diff] [blame] | 65 | <dimen name="navigation_bar_size">@*android:dimen/navigation_bar_height</dimen> |
| Daniel Sandler | 41006aa | 2011-06-29 15:10:49 -0400 | [diff] [blame] | 66 | |
| 67 | <!-- thickness (height) of the dead zone at the top of the navigation bar, |
| 68 | reducing false presses on navbar buttons; approx 2mm --> |
| 69 | <dimen name="navigation_bar_deadzone_size">12dp</dimen> |
| Daniel Sandler | c26185b | 2012-08-29 15:49:53 -0400 | [diff] [blame] | 70 | <!-- size of the dead zone when touches have recently occurred elsewhere on screen --> |
| 71 | <dimen name="navigation_bar_deadzone_size_max">32dp</dimen> |
| Daniel Sandler | d42497e | 2011-06-04 00:32:50 -0400 | [diff] [blame] | 72 | |
| Daniel Sandler | 26c84b1 | 2011-07-27 00:09:40 -0400 | [diff] [blame] | 73 | <!-- Height of notification icons in the status bar --> |
| 74 | <dimen name="status_bar_icon_size">@*android:dimen/status_bar_icon_size</dimen> |
| 75 | |
| Chris Wren | 6675721 | 2012-05-14 10:05:42 -0400 | [diff] [blame] | 76 | <!-- Height of a small notification in the status bar --> |
| 77 | <dimen name="notification_min_height">64dp</dimen> |
| Daniel Sandler | 6a858c3 | 2012-03-12 14:38:58 -0400 | [diff] [blame] | 78 | |
| Chris Wren | ca7b7d0 | 2012-05-10 15:01:37 -0400 | [diff] [blame] | 79 | <!-- Height of a large notification in the status bar --> |
| 80 | <dimen name="notification_max_height">256dp</dimen> |
| Daniel Sandler | 6a858c3 | 2012-03-12 14:38:58 -0400 | [diff] [blame] | 81 | |
| Chris Wren | 8fd39ec | 2014-02-27 17:43:26 -0500 | [diff] [blame] | 82 | <!-- Height of a medium notification in the status bar --> |
| 83 | <dimen name="notification_mid_height">128dp</dimen> |
| 84 | |
| Chris Wren | 6675721 | 2012-05-14 10:05:42 -0400 | [diff] [blame] | 85 | <!-- Height of a small notification in the status bar plus glow, padding, etc --> |
| Jorim Jaggi | c5dc0d0 | 2014-04-15 15:42:55 +0200 | [diff] [blame] | 86 | <dimen name="notification_row_min_height">68dp</dimen> |
| Chris Wren | 6675721 | 2012-05-14 10:05:42 -0400 | [diff] [blame] | 87 | |
| 88 | <!-- Height of a large notification in the status bar plus glow, padding, etc --> |
| 89 | <dimen name="notification_row_max_height">260dp</dimen> |
| 90 | |
| Daniel Sandler | 26c84b1 | 2011-07-27 00:09:40 -0400 | [diff] [blame] | 91 | <!-- size at which Notification icons will be drawn in the status bar --> |
| 92 | <dimen name="status_bar_icon_drawing_size">18dip</dimen> |
| 93 | |
| 94 | <!-- opacity at which Notification icons will be drawn in the status bar --> |
| John Spurlock | 21efa9a | 2013-09-06 18:26:55 -0400 | [diff] [blame] | 95 | <item type="dimen" name="status_bar_icon_drawing_alpha">75%</item> |
| Daniel Sandler | 7c3e39d | 2011-07-29 16:30:49 -0400 | [diff] [blame] | 96 | |
| 97 | <!-- gap on either side of status bar notification icons --> |
| 98 | <dimen name="status_bar_icon_padding">0dp</dimen> |
| Peter Ng | 6ccd7a5 | 2011-08-22 16:58:43 -0700 | [diff] [blame] | 99 | |
| Daniel Sandler | e95658c | 2012-05-10 00:33:54 -0400 | [diff] [blame] | 100 | <!-- half the distance between notifications in the panel --> |
| Jorim Jaggi | c5dc0d0 | 2014-04-15 15:42:55 +0200 | [diff] [blame] | 101 | <dimen name="notification_divider_height">2dp</dimen> |
| Daniel Sandler | dc940ea | 2011-08-25 14:35:53 -0700 | [diff] [blame] | 102 | |
| 103 | <!-- Notification drawer tuning parameters (phone UI) --> |
| 104 | <!-- Initial velocity of the shade when expanding on its own --> |
| 105 | <dimen name="self_expand_velocity">2000dp</dimen> |
| 106 | <!-- Initial velocity of the shade when collapsing on its own --> |
| 107 | <dimen name="self_collapse_velocity">2000dp</dimen> |
| 108 | <!-- Minimum final velocity of gestures interpreted as expand requests --> |
| Daniel Sandler | db9a376 | 2012-10-03 14:49:52 -0400 | [diff] [blame] | 109 | <dimen name="fling_expand_min_velocity">100dp</dimen> |
| Daniel Sandler | dc940ea | 2011-08-25 14:35:53 -0700 | [diff] [blame] | 110 | <!-- Minimum final velocity of gestures interpreted as collapse requests --> |
| Daniel Sandler | db9a376 | 2012-10-03 14:49:52 -0400 | [diff] [blame] | 111 | <dimen name="fling_collapse_min_velocity">100dp</dimen> |
| Daniel Sandler | dc940ea | 2011-08-25 14:35:53 -0700 | [diff] [blame] | 112 | <!-- Cap on contribution of x dimension of gesture to overall velocity --> |
| 113 | <dimen name="fling_gesture_max_x_velocity">200dp</dimen> |
| Daniel Sandler | e5011a3 | 2012-06-11 16:07:52 -0400 | [diff] [blame] | 114 | <!-- Cap on overall resulting fling speed (s^-1) --> |
| 115 | <dimen name="fling_gesture_max_output_velocity">3000dp</dimen> |
| Daniel Sandler | dc940ea | 2011-08-25 14:35:53 -0700 | [diff] [blame] | 116 | |
| Daniel Sandler | 173bae2 | 2012-09-25 14:37:42 -0400 | [diff] [blame] | 117 | <!-- Minimum distance a fling must travel (anti-jitter) --> |
| Daniel Sandler | db9a376 | 2012-10-03 14:49:52 -0400 | [diff] [blame] | 118 | <dimen name="fling_gesture_min_dist">20dp</dimen> |
| Daniel Sandler | 173bae2 | 2012-09-25 14:37:42 -0400 | [diff] [blame] | 119 | |
| Daniel Sandler | dc940ea | 2011-08-25 14:35:53 -0700 | [diff] [blame] | 120 | <!-- Minimum fraction of the display a gesture must travel, at any velocity, to qualify as a |
| 121 | collapse request --> |
| 122 | <item type="dimen" name="collapse_min_display_fraction">10%</item> |
| 123 | <!-- Minimum fraction of the display a gesture must travel to qualify as an expand request --> |
| 124 | <item type="dimen" name="expand_min_display_fraction">50%</item> |
| 125 | |
| 126 | <!-- Initial acceleration of an expand animation after fling --> |
| 127 | <dimen name="expand_accel">2000dp</dimen> |
| 128 | <!-- Initial acceleration of an collapse animation after fling --> |
| 129 | <dimen name="collapse_accel">2000dp</dimen> |
| 130 | |
| Winson Chung | a63bb84 | 2011-10-17 10:26:28 -0700 | [diff] [blame] | 131 | <!-- The padding on the global screenshot background image --> |
| Winson Chung | 22ca095 | 2011-10-20 19:44:32 -0700 | [diff] [blame] | 132 | <dimen name="global_screenshot_bg_padding">20dp</dimen> |
| Winson Chung | a63bb84 | 2011-10-17 10:26:28 -0700 | [diff] [blame] | 133 | |
| Andrew Flynn | 1d9af30 | 2012-03-07 15:48:51 -0800 | [diff] [blame] | 134 | <!-- The width of the view containing non-menu status bar icons --> |
| 135 | <dimen name="navigation_key_width">80dip</dimen> |
| 136 | |
| 137 | <!-- The width of the view containing the menu status bar icon --> |
| 138 | <dimen name="navigation_menu_key_width">40dip</dimen> |
| Jim Miller | e898ac5 | 2012-04-06 17:10:57 -0700 | [diff] [blame] | 139 | |
| Michael Jurka | 53f109bf | 2012-06-13 17:38:14 -0700 | [diff] [blame] | 140 | <!-- Default distance beyond which snaps to the matching target --> |
| 141 | <dimen name="navbar_search_snap_margin">40dip</dimen> |
| Jim Miller | e898ac5 | 2012-04-06 17:10:57 -0700 | [diff] [blame] | 142 | |
| 143 | <!-- Diameter of outer shape drawable shown in navbar search--> |
| Jim Miller | 2083042 | 2012-05-15 20:46:03 -0700 | [diff] [blame] | 144 | <dimen name="navbar_search_outerring_diameter">340dp</dimen> |
| Jim Miller | 354619c | 2012-04-27 17:33:44 -0700 | [diff] [blame] | 145 | |
| Jim Miller | 955a016 | 2012-06-11 21:06:13 -0700 | [diff] [blame] | 146 | <!-- Diameter of outer shape drawable shown in navbar search. Should be 1/2 of above value --> |
| 147 | <dimen name="navbar_search_outerring_radius">170dp</dimen> |
| 148 | |
| Jim Miller | 354619c | 2012-04-27 17:33:44 -0700 | [diff] [blame] | 149 | <!-- Threshold for swipe-up gesture to activate search dialog --> |
| Jim Miller | 2083042 | 2012-05-15 20:46:03 -0700 | [diff] [blame] | 150 | <dimen name="navbar_search_up_threshhold">40dip</dimen> |
| Jim Miller | 354619c | 2012-04-27 17:33:44 -0700 | [diff] [blame] | 151 | |
| 152 | <!-- Height of search panel including navigation bar height --> |
| 153 | <dimen name="navbar_search_panel_height">230dip</dimen> |
| Jim Miller | e898ac5 | 2012-04-06 17:10:57 -0700 | [diff] [blame] | 154 | |
| Daniel Sandler | 1fac1fd | 2012-04-30 12:07:30 -0400 | [diff] [blame] | 155 | <!-- Height of the draggable handle at the bottom of the phone notification panel --> |
| Daniel Sandler | 13522a2 | 2012-09-27 14:46:58 -0400 | [diff] [blame] | 156 | <dimen name="close_handle_height">36dp</dimen> |
| Daniel Sandler | fc753d2 | 2012-05-08 13:56:44 -0400 | [diff] [blame] | 157 | |
| Daniel Sandler | 13522a2 | 2012-09-27 14:46:58 -0400 | [diff] [blame] | 158 | <!-- Amount of close_handle that will NOT overlap the notification list --> |
| 159 | <dimen name="close_handle_underlap">32dp</dimen> |
| Daniel Sandler | fc753d2 | 2012-05-08 13:56:44 -0400 | [diff] [blame] | 160 | |
| 161 | <!-- Height of the notification panel header bar --> |
| 162 | <dimen name="notification_panel_header_height">48dp</dimen> |
| 163 | |
| Daniel Sandler | 8e18dc7 | 2012-05-17 00:44:59 -0400 | [diff] [blame] | 164 | <!-- Extra space above the panel --> |
| Daniel Sandler | 3d32a24 | 2012-06-05 13:44:14 -0400 | [diff] [blame] | 165 | <dimen name="notification_panel_padding_top">0dp</dimen> |
| Daniel Sandler | fc753d2 | 2012-05-08 13:56:44 -0400 | [diff] [blame] | 166 | |
| Daniel Sandler | 8e18dc7 | 2012-05-17 00:44:59 -0400 | [diff] [blame] | 167 | <!-- Extra space above the clock in the panel --> |
| Daniel Sandler | fc753d2 | 2012-05-08 13:56:44 -0400 | [diff] [blame] | 168 | <dimen name="notification_panel_header_padding_top">0dp</dimen> |
| Daniel Sandler | 21b274e | 2012-05-02 15:07:51 -0400 | [diff] [blame] | 169 | |
| Adrian Roos | 9a0a4c9 | 2014-04-08 15:52:18 +0200 | [diff] [blame] | 170 | <!-- Extra space above the panel holder --> |
| 171 | <dimen name="panel_holder_padding_top">0dp</dimen> |
| 172 | |
| Jim Miller | 354619c | 2012-04-27 17:33:44 -0700 | [diff] [blame] | 173 | <!-- Layout parameters for the notification panel --> |
| 174 | <dimen name="notification_panel_margin_bottom">0dp</dimen> |
| Daniel Sandler | 21b274e | 2012-05-02 15:07:51 -0400 | [diff] [blame] | 175 | <dimen name="notification_panel_margin_left">0dp</dimen> |
| 176 | |
| John Spurlock | 5072883 | 2014-04-17 19:05:28 -0400 | [diff] [blame] | 177 | <!-- Gravity for the notification panel --> |
| Daniel Sandler | 21b274e | 2012-05-02 15:07:51 -0400 | [diff] [blame] | 178 | <!-- 0x37 = fill_horizontal|top --> |
| 179 | <integer name="notification_panel_layout_gravity">0x37</integer> |
| Chris Wren | b8ea2f5 | 2012-08-24 11:50:55 -0400 | [diff] [blame] | 180 | |
| Daniel Sandler | 3d32a24 | 2012-06-05 13:44:14 -0400 | [diff] [blame] | 181 | <!-- Height of the carrier/wifi name label --> |
| 182 | <dimen name="carrier_label_height">24dp</dimen> |
| Chris Wren | b4e2c48b | 2012-06-15 16:51:54 -0400 | [diff] [blame] | 183 | |
| Daniel Sandler | 4377d149 | 2012-09-11 15:18:47 -0400 | [diff] [blame] | 184 | <!-- The distance you can pull a notification before it pops open --> |
| Chris Wren | 86d00fb | 2012-08-01 17:03:07 -0400 | [diff] [blame] | 185 | <dimen name="one_finger_pop_limit">32dp</dimen> |
| Winson Chung | d63c5978 | 2012-09-05 17:34:41 -0700 | [diff] [blame] | 186 | |
| Winson Chung | d63c5978 | 2012-09-05 17:34:41 -0700 | [diff] [blame] | 187 | <!-- The fixed height of each tile --> |
| 188 | <dimen name="quick_settings_cell_height">110dp</dimen> |
| 189 | |
| 190 | <!-- The padding between each tile within the QuickSettings layout --> |
| Winson Chung | c86b23b9a | 2012-09-24 11:24:28 -0700 | [diff] [blame] | 191 | <dimen name="quick_settings_cell_gap">4dp</dimen> |
| Winson Chung | d63c5978 | 2012-09-05 17:34:41 -0700 | [diff] [blame] | 192 | |
| Daniel Sandler | e680f54 | 2012-09-28 12:22:27 -0400 | [diff] [blame] | 193 | <!-- Minimum fraction of the screen that should be taken up by the notification panel. |
| 194 | Not used at this screen size. --> |
| 195 | <item type="dimen" name="notification_panel_min_height_frac">0%</item> |
| Daniel Sandler | 4377d149 | 2012-09-11 15:18:47 -0400 | [diff] [blame] | 196 | |
| 197 | <dimen name="blinds_pop_threshold">32dp</dimen> |
| 198 | |
| 199 | <!-- The size of the gesture span needed to activate the "pull" notification expansion --> |
| 200 | <dimen name="pull_span_min">25dp</dimen> |
| Daniel Sandler | 3679bf5 | 2012-10-16 21:30:28 -0400 | [diff] [blame] | 201 | |
| 202 | <!-- How far to slide the panel out when you touch it --> |
| 203 | <!-- For phones, this is close_handle_height + header_height --> |
| 204 | <dimen name="peek_height">84dp</dimen> |
| Daniel Sandler | b5538e6 | 2013-04-12 15:16:53 -0400 | [diff] [blame] | 205 | |
| 206 | <!-- Quick Settings tile geometry: top interior margin, above icon --> |
| 207 | <dimen name="qs_tile_margin_above_icon">27dp</dimen> |
| 208 | <!-- Quick Settings tile geometry: gap between icon and text --> |
| 209 | <dimen name="qs_tile_margin_below_icon">17dp</dimen> |
| 210 | <!-- Quick Settings tile geometry: icon size --> |
| 211 | <dimen name="qs_tile_icon_size">32dp</dimen> |
| Maggie Benthall | 68881e4 | 2013-09-17 19:23:59 -0400 | [diff] [blame] | 212 | <!-- Quick Settings CA Cert Warning tile geometry: gap between icon and text --> |
| 213 | <dimen name="qs_cawarn_tile_margin_below_icon">3dp</dimen> |
| Chris Wren | 0f2aa68 | 2013-08-02 12:03:02 -0400 | [diff] [blame] | 214 | |
| 215 | <!-- The width of the notification panel window: match_parent below sw600dp --> |
| 216 | <dimen name="notification_panel_width">-1dp</dimen> |
| Daniel Sandler | 8475a74 | 2013-09-26 00:24:57 -0400 | [diff] [blame] | 217 | |
| 218 | <!-- used by DessertCase --> |
| 219 | <dimen name="dessert_case_cell_size">192dp</dimen> |
| John Spurlock | 74d2480 | 2013-12-02 17:14:51 -0500 | [diff] [blame] | 220 | |
| 221 | <!-- Default glow radius for GlowPadView --> |
| 222 | <dimen name="glowpadview_glow_radius">75dip</dimen> |
| 223 | |
| 224 | <!-- Default distance from each snap target that GlowPadView considers a "hit" --> |
| 225 | <dimen name="glowpadview_inner_radius">15dip</dimen> |
| Winson Chung | 37c8d8e | 2014-03-24 14:53:07 -0700 | [diff] [blame] | 226 | |
| Winson Chung | 5e3e5d8 | 2014-04-02 15:44:55 -0700 | [diff] [blame] | 227 | <!-- The size of the application icon in the recents task view. --> |
| 228 | <dimen name="recents_task_view_application_icon_size">60dp</dimen> |
| 229 | |
| 230 | <!-- The size of the activity icon in the recents task view. --> |
| 231 | <dimen name="recents_task_view_activity_icon_size">60dp</dimen> |
| John Spurlock | eeb397b | 2014-03-25 17:45:56 -0400 | [diff] [blame] | 232 | |
| Winson Chung | 1492646 | 2014-04-14 18:57:14 -0700 | [diff] [blame] | 233 | <!-- The radius of the rounded corners on a task view. --> |
| 234 | <dimen name="recents_task_view_rounded_corners_radius">2dp</dimen> |
| 235 | |
| Winson Chung | 9f9679d | 2014-04-11 16:49:09 -0700 | [diff] [blame] | 236 | <!-- The amount of space a user has to scroll to dismiss any info panes. --> |
| 237 | <dimen name="recents_task_stack_scroll_dismiss_info_pane_distance">50dp</dimen> |
| 238 | |
| Winson Chung | ecd9b30 | 2014-04-16 17:07:18 -0700 | [diff] [blame] | 239 | <!-- The height of the search bar space. --> |
| 240 | <dimen name="recents_search_bar_space_height">40dp</dimen> |
| 241 | |
| 242 | <!-- The search bar edge margins. --> |
| 243 | <dimen name="recents_search_bar_space_edge_margins">12dp</dimen> |
| 244 | |
| Winson Chung | 2f2ca08 | 2014-04-03 18:05:29 -0700 | [diff] [blame] | 245 | <!-- Used to calculate the translation animation duration, the expected amount of movement |
| 246 | in dps over one second of time. --> |
| 247 | <dimen name="recents_animation_movement_in_dps_per_second">800dp</dimen> |
| 248 | |
| Selim Cinek | 67b2260 | 2014-03-10 15:40:16 +0100 | [diff] [blame] | 249 | <!-- Space below the notification stack --> |
| 250 | <dimen name="notification_stack_margin_bottom">0dp</dimen> |
| 251 | |
| 252 | <!-- Space reserved for the cards behind the top card in the top stack --> |
| 253 | <dimen name="top_stack_peek_amount">24dp</dimen> |
| 254 | |
| 255 | <!-- Space reserved for the cards behind the top card in the bottom stack --> |
| 256 | <dimen name="bottom_stack_peek_amount">18dp</dimen> |
| 257 | |
| 258 | <!-- The side padding of the notifications--> |
| 259 | <dimen name="notification_side_padding">8dp</dimen> |
| 260 | |
| 261 | <!-- Z distance between notifications if they are in the stack --> |
| 262 | <dimen name="z_distance_between_notifications">2dp</dimen> |
| 263 | |
| John Spurlock | 1bdb48e | 2014-04-01 16:38:05 -0400 | [diff] [blame] | 264 | <!-- Width of the zen mode interstitial dialog. --> |
| 265 | <dimen name="zen_mode_dialog_width">320dp</dimen> |
| Adrian Roos | 5e25caa | 2014-04-10 04:21:31 +0200 | [diff] [blame] | 266 | |
| 267 | <!-- Camera affordance drag distance --> |
| 268 | <dimen name="camera_drag_distance">100dp</dimen> |
| John Spurlock | 73203eb | 2014-04-15 16:14:46 -0400 | [diff] [blame] | 269 | |
| 270 | <dimen name="quick_settings_tmp_scrim_stroke_width">8dp</dimen> |
| 271 | <dimen name="quick_settings_tmp_scrim_text_size">30dp</dimen> |
| Daniel Sandler | 26c84b1 | 2011-07-27 00:09:40 -0400 | [diff] [blame] | 272 | </resources> |