unplugged-system/packages/apps/Car/Launcher/res/values/bools.xml

44 lines
1.8 KiB
XML
Raw Permalink Normal View History

<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2022 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>
<!-- If list of recent applications should be shows on top of the app grid -->
<bool name="car_app_show_recent_apps">true</bool>
<!-- If the app grid should show a toolbar -->
<bool name="car_app_show_toolbar">false</bool>
<!-- If the app grid should support user drag and drop to reorder app items -->
<bool name="config_allow_reordering">true</bool>
<!-- If the control bar's seekbar should be displayed -->
<bool name="show_seek_bar">false</bool>
<!-- If the control bar's seekbar uses the color from media source -->
<bool name="use_media_source_color_for_seek_bar">true</bool>
<!-- Whether the app grid should use @dimen/app_grid_width and @dimen/app_grid_height.
If this is set to false, app grid will fill the available space, If this is set to true, exact
defined dimensions will be used instead.-->
<bool name="use_defined_app_grid_dimensions">false</bool>
<!-- Whether the app grid should use vertical pagination (up and down swipe) in app grid
instead of horizontal pagination (left and right)-->
<bool name="use_vertical_app_grid">false</bool>
</resources>