<?xml version="1.0" encoding="utf-8"?>
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
android:id="@+id/item"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/h40"
|
android:gravity="center"
|
android:textColor="@color/black"
|
android:textSize="@dimen/h13"
|
android:text="test"
|
/>
|