item_img_level.xml 651 Bytes
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <TextView
        android:id="@+id/tv_level"
        android:layout_width="@dimen/rmrb_dp25"
        android:layout_height="@dimen/rmrb_dp25"
        android:layout_centerHorizontal="true"
        android:text="3"
        android:textStyle="bold"
        android:textSize="@dimen/rmrb_dp12"
        android:textColor="@color/res_color_common_C8"
        android:gravity="center"
        android:background="@mipmap/img_grade_two"/>

</RelativeLayout>