recycle_serch_text.xml
609 Bytes
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="37dp"
android:background="@color/white"
android:orientation="vertical"
android:paddingLeft="10dp">
<TextView
android:id="@+id/receycel_serch_tv"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_vertical"
android:textColor="#999999"
android:textSize="13sp"
android:text="fgsdfasasf"
/>
</LinearLayout>