item_bind_title.xml
804 Bytes
<?xml version="1.0" encoding="utf-8"?>
<layout>
<data>
<variable
name="data"
type="com.cnlive.cloud.user.model.BindPhoneNumberInfo" />
</data>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:background="#F4F4F4"
android:layout_height="38dp">
<TextView
android:id="@+id/tv_title"
android:layout_marginLeft="15.5dp"
android:layout_gravity="center_vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@{data.itemName}"
android:textColor="#ff999999"
android:textSize="14sp"
/>
</LinearLayout>
</layout>