blob: a6beaa15a4bf46e7897387a5bb3408b5978c4d7a [file] [log] [blame]
Lujiang Xuee53f7492018-03-01 09:53:28 -08001<!--
2 Copyright (C) 2018 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
Lin Guoa65cf9482018-04-23 15:19:35 -070016<androidx.car.widget.PagedListView
Lujiang Xuee53f7492018-03-01 09:53:28 -080017 xmlns:android="http://schemas.android.com/apk/res/android"
Lin Guoaea00232018-04-06 19:18:33 -070018 xmlns:app="http://schemas.android.com/apk/res-auto"
Lin Guoa65cf9482018-04-23 15:19:35 -070019 android:background="@drawable/car_card_rounded_background"
20 android:id="@+id/volume_list"
Lujiang Xuee53f7492018-03-01 09:53:28 -080021 android:layout_width="match_parent"
22 android:layout_height="wrap_content"
23 android:layout_marginStart="@dimen/car_margin"
24 android:layout_marginEnd="@dimen/car_margin"
Lin Guoa65cf9482018-04-23 15:19:35 -070025 android:minWidth="@dimen/volume_dialog_panel_width"
26 android:theme="@style/Theme.Car.NoActionBar"
27 app:dividerStartMargin="@dimen/car_keyline_1"
28 app:dividerEndMargin="@dimen/car_keyline_1"
29 app:gutter="none"
30 app:showPagedListViewDivider="true"
31 app:scrollBarEnabled="false" />