blob: b47ef2e4bda565e9c2d197953939fab7a6f83ae2 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2017, 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>
<!-- The maximum number of lines for the title of a currently playing media item. -->
<integer name="media_title_max_lines">2</integer>
<!-- The maximum number of lines for the artist of a currently playing media item. -->
<integer name="media_artist_max_lines">1</integer>
<!-- Number of columns in the browse view -->
<integer name="num_browse_columns">3</integer>
<!-- The amount of time it takes for the app selector to fade in and out -->
<integer name="app_selector_fade_duration">500</integer>
<!-- The amount of time it takes for the fragment playback queue to fade in and out -->
<integer name="fragment_playback_queue_fade_duration_ms">500</integer>
<!-- Time allowed for a process to complete before we show a progress indicator -->
<integer name="progress_indicator_delay">1000</integer>
<!-- Maximum number of tabs to show on the app bar -->
<integer name="max_tabs">4</integer>
<!-- Number of rows in the app bar view -->
<integer name="num_app_bar_view_rows">1</integer>
<!-- Defines the maximum square into which requested media items bitmaps must fit (smaller
bitmaps are not modified, larger ones are resized to fit into the square, preserving their
aspect ratio). A 256x256 bitmap takes 250 KB or memory, and a 512x512 takes 1 MB so this
number should be set conservatively.
-->
<integer name="media_items_bitmap_max_size_px">256</integer>
<!-- Views to hide when opening the custom actions when the queue isn't visible. -->
<integer-array name="playback_views_to_hide_when_showing_custom_actions">
<item>@id/seek_bar</item>
</integer-array>
</resources>