2012-05-02 15:07:51 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
* Copyright (c) 2012, The Android Open Source Project
|
|
|
|
*
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
* you may not use this file except in compliance with the License.
|
|
|
|
* You may obtain a copy of the License at
|
|
|
|
*
|
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
*
|
|
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
* See the License for the specific language governing permissions and
|
|
|
|
* limitations under the License.
|
|
|
|
*/
|
|
|
|
-->
|
|
|
|
<resources>
|
2014-08-06 16:03:14 -04:00
|
|
|
<!-- Standard notification width + gravity -->
|
|
|
|
<dimen name="notification_panel_width">@dimen/standard_notification_panel_width</dimen>
|
|
|
|
<integer name="notification_panel_layout_gravity">@integer/standard_notification_panel_layout_gravity</integer>
|
2012-04-27 17:33:44 -07:00
|
|
|
|
|
|
|
<!-- Diameter of outer shape drawable shown in navbar search-->
|
2012-05-17 17:05:40 -07:00
|
|
|
<dimen name="navbar_search_outerring_diameter">430dip</dimen>
|
2012-04-27 17:33:44 -07:00
|
|
|
|
2012-06-11 21:06:13 -07:00
|
|
|
<!-- Diameter of outer shape drawable shown in navbar search. Should be 1/2 of above value. -->
|
|
|
|
<dimen name="navbar_search_outerring_radius">215dip</dimen>
|
|
|
|
|
2012-04-27 17:33:44 -07:00
|
|
|
<!-- Height of search panel including navigation bar height -->
|
2012-05-17 17:05:40 -07:00
|
|
|
<dimen name="navbar_search_panel_height">280dip</dimen>
|
2012-04-27 17:33:44 -07:00
|
|
|
|
2014-04-29 16:50:53 -04:00
|
|
|
<!-- The width of the view containing the menu/ime navigation bar icons -->
|
|
|
|
<dimen name="navigation_extra_key_width">48dip</dimen>
|
|
|
|
|
2012-05-08 20:06:13 -07:00
|
|
|
<!-- Size of application thumbnail -->
|
|
|
|
<dimen name="status_bar_recents_thumbnail_width">200dp</dimen>
|
|
|
|
<dimen name="status_bar_recents_thumbnail_height">177dp</dimen>
|
2012-09-25 01:21:12 -04:00
|
|
|
|
2012-09-28 12:22:27 -04:00
|
|
|
<!-- Minimum fraction of the screen that should be taken up by the notification panel. -->
|
|
|
|
<item type="dimen" name="notification_panel_min_height_frac">40%</item>
|
2012-10-16 21:30:28 -04:00
|
|
|
|
|
|
|
<!-- How far to slide the panel out when you touch it -->
|
|
|
|
<!-- On tablets this is just the close_handle_height -->
|
|
|
|
<dimen name="peek_height">@dimen/close_handle_height</dimen>
|
2014-03-25 17:45:56 -04:00
|
|
|
|
2014-05-29 18:30:51 -07:00
|
|
|
<!-- The side padding for the task stack as a percentage of the width. -->
|
|
|
|
<item name="recents_stack_width_padding_percentage" format="float" type="dimen">0.075</item>
|
|
|
|
|
2014-09-04 17:24:54 +02:00
|
|
|
<!-- The height of the search bar space. -->
|
|
|
|
<dimen name="recents_search_bar_space_height">72dp</dimen>
|
|
|
|
|
2014-05-15 03:09:01 +02:00
|
|
|
<!-- The fraction of the screen height where the clock on the Keyguard has its center. The
|
|
|
|
max value is used when no notifications are displaying, and the min value is when the
|
|
|
|
highest possible number of notifications are showing. -->
|
|
|
|
<fraction name="keyguard_clock_y_fraction_max">34%</fraction>
|
2014-06-14 22:43:12 +02:00
|
|
|
<fraction name="keyguard_clock_y_fraction_min">24%</fraction>
|
2014-05-15 03:09:01 +02:00
|
|
|
|
|
|
|
<!-- The margin between the clock and the notifications on Keyguard. See
|
|
|
|
keyguard_clock_height_fraction_* for the difference between min and max.-->
|
2014-06-14 22:43:12 +02:00
|
|
|
<dimen name="keyguard_clock_notifications_margin_min">44dp</dimen>
|
|
|
|
<dimen name="keyguard_clock_notifications_margin_max">44dp</dimen>
|
2014-07-28 12:14:48 +02:00
|
|
|
|
|
|
|
<!-- Height of the status bar header bar when on Keyguard -->
|
|
|
|
<dimen name="status_bar_header_height_keyguard">60dp</dimen>
|
|
|
|
|
|
|
|
<!-- The width of user avatar when on Keyguard -->
|
|
|
|
<dimen name="multi_user_switch_width_keyguard">48dp</dimen>
|
|
|
|
|
|
|
|
<!-- The width of user avatar when on Keyguard -->
|
|
|
|
<dimen name="multi_user_avatar_keyguard_size">30dp</dimen>
|
|
|
|
|
|
|
|
<!-- end margin for multi user switch in collapsed quick settings -->
|
|
|
|
<dimen name="multi_user_switch_keyguard_margin">6dp</dimen>
|
|
|
|
|
|
|
|
<!-- Margin on the left side of the carrier text on Keyguard -->
|
|
|
|
<dimen name="keyguard_carrier_text_margin">24dp</dimen>
|
|
|
|
|
2014-08-05 19:17:42 +02:00
|
|
|
<!-- The width/height of the phone/camera/unlock icon on keyguard. -->
|
|
|
|
<dimen name="keyguard_affordance_height">80dp</dimen>
|
|
|
|
<dimen name="keyguard_affordance_width">120dp</dimen>
|
2014-08-07 02:25:37 +02:00
|
|
|
|
|
|
|
<!-- The width of the region on the left/right edge of the screen for performing the camera/
|
|
|
|
phone hints. -->
|
|
|
|
<dimen name="edge_tap_area_width">80dp</dimen>
|
2014-08-12 23:44:59 +02:00
|
|
|
|
|
|
|
<dimen name="keyguard_indication_margin_bottom">90dp</dimen>
|
2014-09-02 14:59:06 +02:00
|
|
|
|
|
|
|
<!-- Margin on the right side of the system icon group on Keyguard. -->
|
|
|
|
<dimen name="system_icons_keyguard_padding_end">2dp</dimen>
|
2012-05-02 15:07:51 -04:00
|
|
|
</resources>
|