<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:background="#111111"
    android:paddingTop="30dp"
    android:paddingBottom="30dp"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:paddingVertical="30dp">
    <LinearLayout
        android:gravity="center"
        android:layout_gravity="bottom|center_horizontal"
        android:orientation="vertical"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginBottom="30dp">
        <SeekBar
            android:id="@+id/seek_speed"
            android:paddingLeft="70dp"
            android:paddingRight="70dp"
            android:layout_width="1200dp"
            android:layout_height="wrap_content"
            android:maxHeight="3dp"
            android:max="5"
            android:progress="2"
            android:progressDrawable="@drawable/layer_progress_bar"
            android:thumbOffset="0dp"
            android:thumbTint="#ffffff"
            android:paddingHorizontal="70dp"/>
        <androidx.recyclerview.widget.RecyclerView
            android:id="@+id/rv_speed"
            android:layout_width="1400dp"
            android:layout_height="wrap_content"
            android:paddingStart="25dp"/>
    </LinearLayout>
    <ImageView
        android:layout_gravity="end"
        android:id="@+id/iv_speed_close"
        android:layout_width="48dp"
        android:layout_height="48dp"
        android:src="@mipmap/icon_close"
        android:layout_marginEnd="44dp"/>
</FrameLayout>
