<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical">

    <app.revanced.extension.shared.settings.preference.ColorPickerView
            android:id="@+id/revanced_color_picker_view"
            android:layout_width="match_parent"
            android:layout_height="0dp" />

</LinearLayout>
