17 lines
702 B
XML
17 lines
702 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/window_road_video"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="#99000000"
|
|
android:paddingStart="@dimen/module_main_v2x_animation_width">
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:id="@+id/video_recycleview"
|
|
tools:listitem="@layout/window_road_video_item"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" />
|
|
|
|
</RelativeLayout> |