item_select_contry_catgry.xml 889 Bytes
<?xml version="1.0" encoding="utf-8"?>
<layout>

    <data>
        <import type="com.cnlive.strike.user.model.CountryData" />
        <variable
            name="data"
            type="CountryData" />
    </data>

    <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:layout_width="match_parent"
        android:background="@color/driver_list"
        android:layout_height="wrap_content"
        android:padding="10dp">

        <TextView
            android:layout_marginLeft="20dp"
            android:id="@+id/tv_catgary"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_centerVertical="true"
            android:text="@{data.letter}"
            android:textColor="@color/detail_highlight_text"
            android:textSize="20sp" />
    </RelativeLayout>
</layout>