<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
|
android:orientation="vertical"
|
android:layout_height="wrap_content">
|
|
<androidx.recyclerview.widget.RecyclerView
|
android:id="@+id/recycler_view_car_type"
|
android:background="@color/white"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"/>
|
|
<View
|
android:id="@+id/view_dismiss"
|
android:layout_width="match_parent"
|
android:background="@color/l_transparent_10"
|
android:layout_height="2000dp"/>
|
|
</LinearLayout>
|