<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
android:layout_width="match_parent"
|
xmlns:tools="http://schemas.android.com/tools"
|
android:orientation="vertical"
|
android:background="@color/write"
|
android:layout_height="50dp">
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_marginStart="14dp"
|
android:layout_marginEnd="14dp"
|
android:gravity="center_vertical"
|
android:layout_height="49dp"
|
android:orientation="horizontal">
|
|
<TextView
|
android:id="@+id/tv_name"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
tools:text="张三-18380120454"
|
android:textColor="#ff000000"
|
android:textSize="14sp"
|
/>
|
|
<include layout="@layout/include_weight_width"/>
|
|
|
<ImageView
|
android:id="@+id/iv_select"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:src="@mipmap/icon_raidobutton_selected" />
|
|
|
</LinearLayout>
|
|
|
<include layout="@layout/include_line_14"/>
|
|
|
</LinearLayout>
|