lmw
2023-06-25 a988e7c15f5ce63785b77e01c89bec2565668982
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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>