unplugged-vendor/packages/apps/Car/Media/res/values/bools.xml

41 lines
2.3 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2019, 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>
<bool name="queue_fading_edge_length_enabled">true</bool>
<bool name="use_media_source_color_for_progress_bar">true</bool>
<bool name="show_time_for_now_playing_queue_list_item">true</bool>
<bool name="show_icon_for_now_playing_queue_list_item">false</bool>
<!-- Determines whether the mini playback controls should be shown or not. The mini playback
controls are used to show the user what is currently playing and give some means of
controlling the currently playing media (i.e play/pause, next/previous, etc). If similar
functionality is provided elsewhere (i.e. a persistent card in the sysui) this can be
disabled to minimize duplicate UI. -->
<bool name="show_mini_playback_controls">true</bool>
<!-- Determines whether clicking a playable item automatically shows the "Now Playing" screen.
Similar to `show_mini_playback_controls`, this can be set to false if there is some other
persistent means of seeing the currently playing media. -->
<bool name="switch_to_playback_view_when_playable_item_is_clicked">true</bool>
<bool name="show_thumbnail_for_queue_list_item">true</bool>
<bool name="show_subtitle_for_queue_list_item">false</bool>
<!-- Override this flag to show an icon that launches sound settings (equalizer) -->
<bool name="show_sound_settings">false</bool>
<!-- The minimized control bar sits on top of the FocusArea that contains the browse list. This
flag sets whether to move the bottom highlight of the FocusArea upward so that the
highlight doesn't overlap with the minimized control bar. -->
<bool name="set_browse_list_focus_area_highlight_above_minimized_control_bar">true</bool>
</resources>