i_classification.xml 637 Bytes
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
              android:orientation="vertical"
              android:id="@+id/clazz_llyt"
              android:layout_width="match_parent"
              android:layout_height="wrap_content">
    <TextView
            android:id="@+id/name_tv"
            android:layout_width="match_parent"
            android:layout_height="80dp"
            android:textSize="32sp"
            android:background="@color/other"
            android:gravity="center"
            android:textColor="@color/general_text_color"/>
</LinearLayout>