summaryrefslogtreecommitdiff
path: root/res/values/integers.xml
blob: b17d7e076e91bd8d8a05596c6c3c724194a94edb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?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>

    <!-- 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>