recycl_item_serch_text.xml 654 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="37dp"
    android:orientation="vertical">

    <TextView
        android:id="@+id/recycle_item_serch_tv"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_centerVertical="true"
        android:text=""
        android:textColor="#999999"
        android:textSize="26dp"
        android:textStyle="bold"
        android:layout_marginLeft="12dp"
        android:layout_alignParentStart="true" />

</RelativeLayout>