dimens.xml revision 3fe9cc5ea6a9e1acd52144c8ae6cb0492dba34ba
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3 * Copyright (c) 2006, 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    <!-- Margin at the edge of the screen to ignore touch events for in the windowshade. -->
20    <dimen name="status_bar_edge_ignore">5dp</dimen>
21
22    <!-- Recent Applications parameters -->
23    <!-- Width of a recent app view, including all content -->
24    <dimen name="status_bar_recents_thumbnail_view_width">156dp</dimen>
25    <!-- How far the thumbnail for a recent app appears from left edge -->
26    <dimen name="status_bar_recents_thumbnail_left_margin">110dp</dimen>
27    <!-- Upper width limit for application icon -->
28    <dimen name="status_bar_recents_thumbnail_max_width">64dp</dimen>
29    <!-- Upper height limit for application icon -->
30    <dimen name="status_bar_recents_thumbnail_max_height">64dp</dimen>
31    <!-- Width of scrollable area in recents -->
32    <dimen name="status_bar_recents_width">356dp</dimen>
33    <!-- Thumbnail border width -->
34    <dimen name="status_bar_recents_thumbnail_border_width">12dp</dimen>
35    <!-- Thumbnail border height -->
36    <dimen name="status_bar_recents_thumbnail_border_height">12dp</dimen>
37    <!-- Padding for text descriptions -->
38    <dimen name="status_bar_recents_text_description_padding">8dp</dimen>
39    <!-- Size of application label text -->
40    <dimen name="status_bar_recents_app_label_text_size">18dip</dimen>
41    <!-- Size of application description text -->
42    <dimen name="status_bar_recents_app_description_text_size">18dip</dimen>
43    <!-- Size of fading edge for scroll effect -->
44    <dimen name="status_bar_recents_fading_edge_length">20dip</dimen>
45    <!-- Margin between recents container and glow on the right -->
46    <dimen name="status_bar_recents_right_glow_margin">100dip</dimen>
47    <!-- Amount to offset bottom of notification peek window from top of status bar. -->
48    <dimen name="peek_window_y_offset">-12dp</dimen>
49
50    <!-- thickness (height) of the navigation bar on phones that require it -->
51    <dimen name="navigation_bar_size">42dp</dimen>
52
53    <!-- thickness (height) of each notification row, including any separators or padding -->
54    <dimen name="notification_height">65dp</dimen>
55</resources>
56
57