<?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="match_parent"
|
android:orientation="vertical"
|
android:layout_marginLeft="20dp"
|
android:layout_marginRight="20dp"
|
android:background="@drawable/shape_top_round_white">
|
|
<LinearLayout
|
android:layout_marginLeft="@dimen/margin_common"
|
android:layout_gravity="center_vertical"
|
android:layout_marginTop="27dp"
|
android:gravity="center_vertical"
|
android:orientation="horizontal"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content">
|
|
<TextView
|
android:gravity="center_vertical"
|
android:layout_gravity="center_vertical"
|
android:id="@+id/tv_title"
|
android:singleLine="true"
|
android:ellipsize="end"
|
android:text="选择您想了解的疾病"
|
android:textColor="#FF666666"
|
android:textSize="@dimen/text_size_16"
|
android:layout_weight="1"
|
android:layout_width="0dp"
|
android:layout_height="wrap_content" />
|
|
<cn.wildfire.chat.kit.widget.SearchView
|
android:layout_marginLeft="@dimen/margin_common"
|
android:minWidth="70dp"
|
android:id="@+id/search_view"
|
android:layout_width="wrap_content"
|
android:layout_height="30dp"></cn.wildfire.chat.kit.widget.SearchView>
|
|
<ImageView
|
|
android:layout_marginLeft="@dimen/margin_common_half"
|
android:padding="10dp"
|
android:id="@+id/iv_close"
|
android:src="@mipmap/ic_del_gary"
|
android:layout_width="40dp"
|
android:layout_height="40dp" />
|
</LinearLayout>
|
|
<cn.wildfire.chat.kit.widget.FlowTagLayout
|
android:id="@+id/ftl_tag_list"
|
android:layout_width="match_parent"
|
android:layout_weight="1"
|
android:layout_height="0dp">
|
|
</cn.wildfire.chat.kit.widget.FlowTagLayout>
|
|
<LinearLayout
|
android:layout_marginBottom="25dp"
|
android:orientation="horizontal"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content">
|
|
<LinearLayout
|
|
android:orientation="horizontal"
|
android:layout_width="0dp"
|
android:layout_weight="1"
|
android:layout_gravity="center"
|
android:gravity="center"
|
android:layout_height="wrap_content">
|
<LinearLayout
|
android:id="@+id/ll_changes"
|
android:background="@drawable/shape_button_gray_dark_light_18"
|
android:gravity="center"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content">
|
|
|
<ImageView
|
android:id="@+id/iv_recycle"
|
android:layout_marginLeft="28dp"
|
android:layout_width="20dp"
|
android:layout_marginRight="@dimen/margin_common_half"
|
android:src="@mipmap/ic_refresh_green"
|
android:layout_height="20dp"/>
|
<TextView
|
android:id="@+id/tv_changes"
|
android:paddingTop="12dp"
|
android:paddingBottom="12dp"
|
android:paddingRight="28dp"
|
android:text="换一批"
|
android:textColor="@color/black_title"
|
android:textSize="@dimen/text_size_18"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"/>
|
</LinearLayout>
|
</LinearLayout>
|
|
<LinearLayout
|
|
android:orientation="horizontal"
|
android:layout_width="0dp"
|
android:layout_weight="1"
|
android:layout_gravity="center"
|
android:gravity="center"
|
android:layout_height="wrap_content">
|
<TextView
|
android:id="@+id/tv_commit"
|
android:background="@drawable/shape_button_green"
|
android:paddingTop="12dp"
|
android:paddingBottom="12dp"
|
android:drawableLeft="@mipmap/ic_check_white"
|
android:paddingLeft="28dp"
|
android:paddingRight="28dp"
|
android:drawablePadding="@dimen/margin_common_half"
|
android:text="完 成"
|
android:textColor="@color/white"
|
android:textSize="@dimen/text_size_18"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"/>
|
</LinearLayout>
|
</LinearLayout>
|
</LinearLayout>
|