item_topic_number.xml 558 Bytes
<?xml version="1.0" encoding="utf-8"?>
<TextView 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:layout_marginEnd="15dp"
    android:background="@drawable/shape_radius_5"
    android:backgroundTint="#FF4133"
    tools:text="8"
    android:gravity="center"
    android:textSize="14sp"
    android:textColor="@color/white"
    android:textStyle="bold"
    android:layout_width="25dp"
    android:layout_height="25dp">

</TextView>