<?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"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="@dimen/margin_common"
|
android:layout_marginBottom="@dimen/margin_common"
|
android:orientation="horizontal">
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:background="@color/white"
|
android:orientation="horizontal">
|
|
<FrameLayout
|
android:layout_marginLeft="@dimen/margin_common"
|
android:layout_marginRight="@dimen/margin_common"
|
android:layout_gravity="center"
|
android:background="@drawable/shape_button_gray"
|
android:layout_width="90dp"
|
android:layout_height="60dp">
|
<ImageView
|
android:id="@+id/iv_firstImg"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
/>
|
<TextView
|
android:id="@+id/tv_sub_count"
|
android:gravity="center"
|
android:background="#DE6D7278"
|
android:textColor="@color/white"
|
android:textSize="@dimen/text_size_15"
|
android:text="+8"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent">
|
</TextView>
|
</FrameLayout>
|
<LinearLayout
|
|
android:orientation="vertical"
|
android:layout_width="0dp"
|
android:layout_weight="1"
|
android:layout_height="wrap_content">
|
<TextView
|
android:text="12122"
|
android:id="@+id/tv_time"
|
android:textSize="@dimen/text_size_15"
|
android:textColor="@color/color_gary30"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"/>
|
|
<TextView
|
android:text="23232"
|
android:id="@+id/tv_hospital_info"
|
android:layout_marginTop="@dimen/margin_common_half"
|
android:textSize="@dimen/text_size_15"
|
android:textColor="@color/black_title"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"/>
|
|
<TextView
|
android:text="232323"
|
android:id="@+id/tv_disease"
|
android:layout_marginTop="@dimen/margin_common_half"
|
android:textSize="@dimen/text_size_15"
|
android:textColor="@color/black_title"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"/>
|
</LinearLayout>
|
</LinearLayout>
|
</LinearLayout>
|