<RelativeLayout xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_margin="@dimen/_3sdp"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content">

    <RelativeLayout
        android:id="@+id/rl_setting"
        android:padding="@dimen/_1sdp"
        android:layout_width="@dimen/_90sdp"
        android:layout_height="@dimen/_90sdp"
        android:focusable="true"
        android:focusableInTouchMode="false"
        android:background="@drawable/focused_save_btn"
        tools:ignore="UselessParent">

        <androidx.nemosofts.material.ImageHelperView
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:src="@drawable/card_bg"
            android:scaleType="centerCrop"
            app:hv_corner_radius="@dimen/_2sdp" />

        <View
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:background="?attr/selectableItemBackground"/>

        <RelativeLayout
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_centerInParent="true">

            <ImageView
                android:id="@+id/iv_setting"
                android:layout_width="@dimen/_30sdp"
                android:layout_height="@dimen/_30sdp"
                android:layout_centerHorizontal="true"
                android:contentDescription="@string/todo"
                android:src="@drawable/ic_direct"
                app:tint="?ns_title"/>

            <TextView
                android:id="@+id/tv_setting"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_below="@id/iv_setting"
                android:layout_centerHorizontal="true"
                android:layout_marginTop="@dimen/_5sdp"
                android:text="@string/app_name"
                android:textSize="@dimen/_9ssp"
                android:textStyle="bold"
                android:textAlignment="center"
                android:paddingStart="@dimen/_5sdp"
                android:paddingEnd="@dimen/_5sdp"
                android:textColor="?ns_title"/>

        </RelativeLayout>

    </RelativeLayout>

</RelativeLayout>
