blob: cb7d18da6f2e7f040fe5a0b4df10f9dcf8b15078 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 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>
<!-- Toolbar -->
<!-- Whether tabs should use flex layout or not -->
<bool name="car_ui_toolbar_tab_flexible_layout">false</bool>
<!-- Whether the space for nav icon should be reserved, even if the nav icon is not visible -->
<bool name="car_ui_toolbar_nav_icon_reserve_space">true</bool>
<!-- Whether the logo (if provided) should be used in place of the nav icon when nav icon is
not visible -->
<bool name="car_ui_toolbar_logo_fills_nav_icon_space">true</bool>
<!-- Whether tabs should be displayed on a second row, or they should be placed in the first
row, replacing the title -->
<bool name="car_ui_toolbar_tabs_on_second_row">false</bool>
<!-- CarUiRecyclerView -->
<!-- Whether to display the Scroll Bar or not. Defaults to true. If this is set to false,
the CarUiRecyclerView will behave exactly like the RecyclerView. -->
<bool name="car_ui_scrollbar_enable">true</bool>
<!-- Whether to place the scrollbar z-index above the recycler view. Defaults to
true. -->
<bool name="car_ui_scrollbar_above_recycler_view">true</bool>
<!-- Preferences -->
<!-- Whether toggle transition should be animated or not -->
<bool name="car_ui_preference_switch_toggle_show_animation">true</bool>
<!-- Whether a text track should be used instead of the standard device default track -->
<bool name="car_ui_preference_switch_toggle_use_text_track">false</bool>
<!-- Whether list, edit, dropdown and intent preferences should show a chevron or not -->
<bool name="car_ui_preference_show_chevron">false</bool>
<!-- whether list preference should be shown in full screen or as a dialog -->
<bool name="car_ui_preference_list_show_full_screen">true</bool>
<!-- List items -->
<bool name="car_ui_list_item_single_line_title">true</bool>
</resources>