summaryrefslogtreecommitdiff
path: root/res/values/dimens.xml
blob: cf3e68afe5d4b276e755dfeea6620c3cf4046a9f (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="utf-8"?>
<!--
  Copyright 2016, 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>
    <!-- Music -->
    <item name="media_scrim_alpha" format="float" type="dimen">0.6</item>
    <item name="media_scrim_darkened_alpha" format="float" type="dimen">0.9</item>
    <dimen name="apps_max_content_width">748dp</dimen>

    <!-- Music now playing screen -->
    <dimen name="music_action_icon_inset">0dp</dimen>
    <dimen name="music_action_ripple_inset">32dp</dimen>
    <dimen name="now_playing_metadata_top_margin">0dp</dimen>

    <dimen name="missing_permission_icon_size">208dp</dimen>

    <dimen name="controls_tap_target_width">64dp</dimen>
    <dimen name="controls_tap_target_height">64dp</dimen>
    <dimen name="controls_margin">46dp</dimen>
    <dimen name="controls_spacing_inner">16dp</dimen>
    <dimen name="controls_spacing_outer">81dp</dimen>

    <!-- Playback seekbar height -->
    <dimen name="playback_seekbar_height">8dp</dimen>
    <!-- Size of the thumb in the playback seekbar -->
    <dimen name="playback_seekbar_thumb_width">6dp</dimen>
    <!-- Image size used to generate the background -->
    <dimen name="playback_background_raw_image_size">300px</dimen>
    <!-- Blurring radius used to blur background images -->
    <item name="playback_background_blur_radius" format="float" type="dimen">25</item>
    <!-- Scale to apply to images before blurring them to create the playback background -->
    <item name="playback_background_blur_scale" format="float" type="dimen">1</item>
    <!-- Size of the album art thumbnail -->
    <dimen name="playback_album_art_size_normal">156dp</dimen>
    <!-- Size of the album art thumbnail when large -->
    <dimen name="playback_album_art_size_large">574dp</dimen>

    <!-- Tab height -->
    <dimen name="browse_tab_height">76dp</dimen>
    <!-- Tab max width -->
    <dimen name="browse_tab_width">134dp</dimen>
    <!-- Browse playback controls size -->
    <dimen name="browse_playback_controls_height">192dp</dimen>
    <!-- Selected tab alpha -->
    <item name="browse_tab_alpha_selected" format="float" type="dimen">1</item>
    <!-- Unselected tab alpha -->
    <item name="browse_tab_alpha_unselected" format="float" type="dimen">0.5</item>

    <!-- App bar -->
    <dimen name="appbar_height">112dp</dimen>
</resources>