<?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="wrap_content"
              android:orientation="horizontal"
              android:background="?android:attr/selectableItemBackground"
              xmlns:tools="http://schemas.android.com/tools">

    <TextView
        android:layout_gravity="center_vertical"
        tools:text="刚刚 姚**预约了"
        android:layout_marginLeft="8dp"
        android:id="@+id/tv_in_content_before"
        android:textColor="#64461B"
        android:textSize="12dp"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" />

    <TextView
        android:layout_marginLeft="3dp"
        android:layout_marginRight="3dp"
        tools:text="周艳玲"
        android:id="@+id/tv_in_doctor_name"
        android:textSize="12dp"
        android:textColor="#FAA05A"
        android:lines="1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        />

    <TextView
        android:id="@+id/tv_in_content_after"
        android:layout_gravity="center_vertical"
        tools:text="老师的电话倾诉"
        android:textColor="#64461B"
        android:textSize="12dp"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" />


</LinearLayout>