Home | History | Annotate | Download | only in values-sw720dp
      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 
     20     <!-- ======================================== -->
     21     <!-- The following resources were recently moved from sw600dp; there may
     22          be situations where they don't sync up perfectly with PhoneStatusBar. -->
     23     <!-- ======================================== -->
     24 
     25     <!-- The width of the ticker, including the icon -->
     26     <dimen name="notification_ticker_width">360dp</dimen>
     27     <!-- Status bar panel bottom offset (height of status bar - overlap) -->
     28     <dimen name="status_bar_panel_bottom_offset">36dp</dimen>
     29     <!-- gap on either side of status bar notification icons -->
     30     <dimen name="status_bar_icon_padding">1dp</dimen>
     31     <!-- The width of the notification panel window -->
     32     <dimen name="notification_panel_width">512dp</dimen>
     33     <!-- The minimum height of the notification panel window -->
     34     <dimen name="notification_panel_min_height">770dp</dimen>
     35     <!-- Bottom margin (from display edge) for status bar panels -->
     36     <dimen name="panel_float">56dp</dimen>
     37 
     38     <!-- Recent Applications parameters -->
     39     <!-- How far the thumbnail for a recent app appears from left edge -->
     40     <dimen name="status_bar_recents_thumbnail_left_margin">28dp</dimen>
     41     <!-- Upper width limit for application icon -->
     42     <dimen name="status_bar_recents_app_icon_max_width">64dp</dimen>
     43     <!-- Upper height limit for application icon -->
     44     <dimen name="status_bar_recents_app_icon_max_height">64dp</dimen>
     45 
     46     <!-- Size of application icon -->
     47     <dimen name="status_bar_recents_thumbnail_width">208dp</dimen>
     48     <dimen name="status_bar_recents_thumbnail_height">130dp</dimen>
     49 
     50     <!-- Width of recents panel -->
     51     <dimen name="status_bar_recents_width">600dp</dimen>
     52     <!-- Padding for text descriptions -->
     53     <dimen name="status_bar_recents_text_description_padding">8dp</dimen>
     54     <!-- Size of application label text -->
     55     <dimen name="status_bar_recents_app_label_text_size">18dip</dimen>
     56     <!-- Size of application description text -->
     57     <dimen name="status_bar_recents_app_description_text_size">18dip</dimen>
     58     <!-- Width of application label text -->
     59     <dimen name="status_bar_recents_app_label_width">97dip</dimen>
     60     <!-- Left margin for application label -->
     61     <dimen name="status_bar_recents_app_label_left_margin">16dip</dimen>
     62     <!-- Size of fading edge for text -->
     63     <dimen name="status_bar_recents_text_fading_edge_length">20dip</dimen>
     64     <!-- Size of fading edge for scrolling -->
     65     <dimen name="status_bar_recents_scroll_fading_edge_length">10dip</dimen>
     66 
     67     <!-- Where to place the app icon over the thumbnail -->
     68     <dimen name="status_bar_recents_app_icon_left_margin">0dp</dimen>
     69     <dimen name="status_bar_recents_app_icon_top_margin">8dp</dimen>
     70 </resources>
     71 
     72