| <?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> |
| <!-- |
| Configuration for a default scrollbar for the PagedRecyclerView. This component must inherit |
| abstract class ScrollBar. If the ScrollBar is enabled, the component will be initialized from |
| PagedRecyclerView#createScrollBarFromConfig(). If no component is provided, |
| {@link DefaultScrollbar} class will be used. |
| --> |
| <string name="car_ui_scrollbar_component" translatable="false"/> |
| |
| <!-- |
| Whether to include a gutter to the start, end or both sides of the list view items. |
| The gutter width will be the width of the scrollbar, and by default will be set to |
| both. Values are defined as follows: |
| none = 0 |
| start = 1 |
| end = 2 |
| both = 3 |
| --> |
| <integer name="car_ui_scrollbar_gutter">1</integer> |
| |
| <!-- |
| Position of the scrollbar. Default to left. Values are defined as follows: |
| start = 0 |
| end = 1 |
| --> |
| <integer name="car_ui_scrollbar_position">0</integer> |
| |
| <!-- Width of the scrollbar container. --> |
| <dimen name="car_ui_scrollbar_container_width">@dimen/car_ui_margin</dimen> |
| |
| <!-- Whether or not the toolbar title and tabs can be shown at the same time --> |
| <bool name="car_ui_toolbar_title_and_tabs_are_mutually_exclusive">true</bool> |
| |
| </resources> |