<?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="36dp">
|
|
<TextView
|
android:id="@+id/tv_name"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:gravity="center"
|
android:text="直通车"
|
android:textColor="#ff000000"
|
android:textSize="16sp"
|
/>
|
|
<ImageView
|
android:id="@+id/iv_select"
|
android:layout_alignParentEnd="true"
|
android:layout_width="wrap_content"
|
android:layout_marginEnd="20dp"
|
android:layout_height="match_parent"
|
android:src="@mipmap/icon_tick"/>
|
|
</RelativeLayout>
|