item_feedback_num.xml 714 Bytes
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="28dp"
    android:layout_height="28dp"
    android:layout_marginBottom="10dp"
    android:layout_marginEnd="20dp">

    <TextView
        android:id="@+id/tvNum"
        android:layout_width="25dp"
        android:layout_height="25dp"
        android:background="@drawable/shape_radius_5"
        android:backgroundTint="#D7EBFF"
        android:gravity="center"
        android:textColor="#4D9CF7"
        android:textSize="18sp" />

    <ImageView
        android:id="@+id/ivType"
        android:layout_width="12dp"
        android:layout_height="12dp"
        android:layout_gravity="end|bottom"/>
</FrameLayout>