blob: 88cd43c74da071c85e09e1e89fef62107c1e65cd [file] [log] [blame]
Joe Onorato503007d2010-04-16 09:20:55 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 * Copyright (c) 2006, The Android Open Source Project
4 *
Jim Miller5fda69c2011-02-16 15:17:11 -08005 * 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 Onorato503007d2010-04-16 09:20:55 -07008 *
Jim Miller5fda69c2011-02-16 15:17:11 -08009 * http://www.apache.org/licenses/LICENSE-2.0
Joe Onorato503007d2010-04-16 09:20:55 -070010 *
Jim Miller5fda69c2011-02-16 15:17:11 -080011 * 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 Onorato503007d2010-04-16 09:20:55 -070015 * 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 Miller5fda69c2011-02-16 15:17:11 -080021
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
Joe Onorato503007d2010-04-16 09:20:55 -070034</resources>
35