[go: nahoru, domu]

blob: 16d1a6de6654fd82657f51c80eb7993fc0a62de5 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 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>
<!-- Dialog size -->
<eat-comment />
<!-- The platform's desired fixed width for a dialog along the major axis
(the screen is in landscape). This may be either a fraction or a dimension.-->
<dimen name="mr_dialog_fixed_width_major">320dp</dimen>
<!-- The platform's desired fixed width for a dialog along the minor axis
(the screen is in portrait). This may be either a fraction or a dimension.-->
<dimen name="mr_dialog_fixed_width_minor">320dp</dimen>
<!-- Dialog update time -->
<eat-comment />
<!-- Maximum delay Time(milliseconds) of routes update -->
<integer name="mr_update_routes_delay_ms">300</integer>
<!-- Dimensions of each list item in MediaRouteChooserDialog -->
<eat-comment />
<dimen name="mediarouter_chooser_list_item_padding_start">24dp</dimen>
<dimen name="mediarouter_chooser_list_item_padding_end">24dp</dimen>
<dimen name="mediarouter_chooser_list_item_padding_top">12dp</dimen>
<dimen name="mediarouter_chooser_list_item_padding_bottom">12dp</dimen>
<!-- MediaRouteController's volume group list -->
<eat-comment />
<!-- Maximum height of volume group list. -->
<dimen name="mr_controller_volume_group_list_max_height">288dp</dimen>
<!-- Height of volume group item. -->
<dimen name="mr_controller_volume_group_list_item_height">68dp</dimen>
<!-- Size of an item's icon. -->
<dimen name="mr_controller_volume_group_list_item_icon_size">24dp</dimen>
<dimen name="mr_controller_volume_group_list_padding_top">16dp</dimen>
<!-- Group list expand/collapse animation duration. -->
<integer name="mr_controller_volume_group_list_animation_duration_ms">400</integer>
<!-- Group list fade in animation duration. -->
<integer name="mr_controller_volume_group_list_fade_in_duration_ms">400</integer>
<!-- Group list fade out animation duration. -->
<integer name="mr_controller_volume_group_list_fade_out_duration_ms">200</integer>
<!-- Size of wifi icon. -->
<dimen name="mr_controller_wifi_icon_size">24dp</dimen>
<!-- MediaRouteDynamicChooserDialog/MediaRouteDynamicControllerDialog's common dimensions. -->
<eat-comment />
<!-- Height of group volume item in dynamic group -->
<dimen name="mr_dynamic_volume_group_list_item_height">80dp</dimen>
<!-- Height of row. -->
<dimen name="mr_dynamic_dialog_row_height">48dp</dimen>
<!-- MediaRouteDynamicControllerDialog's seekbar -->
<eat-comment />
<!-- Height of seekbar for route volume. -->
<dimen name="mr_cast_route_volume_seekbar_height">2dp</dimen>
<!-- Height of seekbar for group volume. -->
<dimen name="mr_cast_group_volume_seekbar_height">4dp</dimen>
<!-- Size of a seekbar thumb for both route volume and group volume. -->
<dimen name="mr_cast_seekbar_thumb_size">8dp</dimen>
<!-- Size of image view for art metadata. -->
<dimen name="mr_cast_meta_art_size">36dp</dimen>
<!-- Volume slider layout expand/collapse animation duration. -->
<integer name="mr_cast_volume_slider_layout_animation_duration_ms">400</integer>
<!-- Text sizes of MediaRouteDynamicChooserDialog/MediaRouteDynamicControllerDialog -->
<dimen name="mr_cast_meta_subtitle_text_size">13sp</dimen>
<dimen name="mr_dynamic_dialog_header_text_size">11sp</dimen>
<dimen name="mr_dynamic_dialog_route_text_size">12sp</dimen>
</resources>