问题修复
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 220 KiB |
@@ -7,268 +7,275 @@
|
||||
</data>
|
||||
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
<include layout="@layout/lay_title_bar"
|
||||
app:title="@{@string/title_retrieve_password}"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
|
||||
<include
|
||||
android:id="@+id/toolbar_lay"
|
||||
layout="@layout/lay_title_bar"
|
||||
app:darkStyle="@{true}"
|
||||
android:id="@+id/toolbar_lay"/>
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_code_find"
|
||||
android:background="@color/white"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
<LinearLayout
|
||||
android:orientation="horizontal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_60">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="手机号"
|
||||
android:textSize="@dimen/txt13"
|
||||
android:textColor="@color/text_black_66"
|
||||
android:layout_marginLeft="@dimen/dp_16"
|
||||
android:layout_gravity="center_vertical"
|
||||
/>
|
||||
app:title="@{@string/title_retrieve_password}" />
|
||||
|
||||
<EditText
|
||||
android:id="@+id/retrieve_phone"
|
||||
android:inputType="number"
|
||||
android:longClickable="false"
|
||||
android:layout_width="@dimen/dp_160"
|
||||
android:layout_height="@dimen/dp_40"
|
||||
android:textColor="@color/text_black_66"
|
||||
android:textSize="@dimen/txt13"
|
||||
android:background="@null"
|
||||
android:layout_marginLeft="@dimen/dp_60"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:hint="请输入与账户绑定的手机号"
|
||||
/>
|
||||
</LinearLayout>
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_1"
|
||||
android:background="#E0E0E0"
|
||||
android:layout_marginLeft="@dimen/dp_14"
|
||||
android:layout_marginRight="@dimen/dp_14"
|
||||
/>
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_60">
|
||||
<TextView
|
||||
android:id="@+id/retrieve_check_code_name"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="验证码"
|
||||
android:layout_centerVertical="true"
|
||||
android:textSize="@dimen/txt13"
|
||||
android:textColor="@color/text_black_66"
|
||||
android:layout_marginLeft="@dimen/dp_16"
|
||||
android:layout_gravity="center_vertical"
|
||||
/>
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<EditText
|
||||
android:inputType="number"
|
||||
android:longClickable="false"
|
||||
android:layout_toRightOf="@+id/retrieve_check_code_name"
|
||||
android:id="@+id/retrieve_check_code"
|
||||
android:layout_width="@dimen/dp_100"
|
||||
android:layout_height="@dimen/dp_40"
|
||||
android:textColor="@color/text_black_66"
|
||||
android:textSize="@dimen/txt13"
|
||||
android:maxLength="6"
|
||||
android:layout_centerVertical="true"
|
||||
android:background="@null"
|
||||
android:layout_marginLeft="@dimen/dp_60"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:hint="请输入验证码"
|
||||
/>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/retrieve_get_check_code"
|
||||
android:layout_alignParentRight="true"
|
||||
android:gravity="center_horizontal"
|
||||
android:layout_width="@dimen/dp_100"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginRight="@dimen/dp_16"
|
||||
android:text="获取验证码"
|
||||
android:textSize="@dimen/txt12"
|
||||
android:layout_gravity="center_vertical|right"
|
||||
android:layout_marginLeft="@dimen/dp_60"
|
||||
android:background="@drawable/bg_blue_background_shap_radius4"
|
||||
android:paddingBottom="@dimen/dp_8"
|
||||
android:paddingTop="@dimen/dp_8"
|
||||
android:textColor="@color/white"
|
||||
/>
|
||||
</RelativeLayout>
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_info_find"
|
||||
android:background="@color/white"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
<LinearLayout
|
||||
android:orientation="horizontal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_60">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="用户姓名"
|
||||
android:textSize="@dimen/txt13"
|
||||
android:textColor="@color/text_black_66"
|
||||
android:layout_marginLeft="@dimen/dp_16"
|
||||
android:layout_gravity="center_vertical"
|
||||
/>
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_code_find"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@color/white"
|
||||
android:orientation="vertical">
|
||||
|
||||
<EditText
|
||||
android:longClickable="false"
|
||||
android:id="@+id/tv_user_name"
|
||||
android:layout_width="@dimen/dp_160"
|
||||
android:layout_height="@dimen/dp_40"
|
||||
android:textColor="@color/text_black_66"
|
||||
android:textSize="@dimen/txt13"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true"
|
||||
android:background="@null"
|
||||
android:layout_marginLeft="@dimen/dp_60"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:hint="请输入姓名"
|
||||
/>
|
||||
</LinearLayout>
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_1"
|
||||
android:background="#E0E0E0"
|
||||
android:layout_marginLeft="@dimen/dp_14"
|
||||
android:layout_marginRight="@dimen/dp_14"
|
||||
/>
|
||||
<LinearLayout
|
||||
android:orientation="horizontal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_60">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="身份证号"
|
||||
android:textSize="@dimen/txt13"
|
||||
android:textColor="@color/text_black_66"
|
||||
android:layout_marginLeft="@dimen/dp_16"
|
||||
android:layout_gravity="center_vertical"
|
||||
/>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_60"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<EditText
|
||||
android:longClickable="false"
|
||||
android:id="@+id/tv_user_id_card"
|
||||
android:layout_width="@dimen/dp_160"
|
||||
android:layout_height="@dimen/dp_40"
|
||||
android:textColor="@color/text_black_66"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true"
|
||||
android:textSize="@dimen/txt13"
|
||||
android:background="@null"
|
||||
android:layout_marginLeft="@dimen/dp_60"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:hint="请输入身份证号"
|
||||
android:maxLength="18"
|
||||
/>
|
||||
</LinearLayout>
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_1"
|
||||
android:background="#E0E0E0"
|
||||
android:layout_marginLeft="@dimen/dp_14"
|
||||
android:layout_marginRight="@dimen/dp_14"
|
||||
/>
|
||||
<LinearLayout
|
||||
android:orientation="horizontal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_60">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="手机号 "
|
||||
android:textSize="@dimen/txt13"
|
||||
android:textColor="@color/text_black_66"
|
||||
android:layout_marginLeft="@dimen/dp_16"
|
||||
android:layout_gravity="center_vertical"
|
||||
/>
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginLeft="@dimen/dp_16"
|
||||
android:text="手机号"
|
||||
android:textColor="@color/text_black_66"
|
||||
android:textSize="@dimen/txt13" />
|
||||
|
||||
<EditText
|
||||
android:id="@+id/tv_user_phone"
|
||||
android:inputType="number"
|
||||
android:longClickable="false"
|
||||
android:layout_width="@dimen/dp_160"
|
||||
android:layout_height="@dimen/dp_40"
|
||||
android:textColor="@color/text_black_66"
|
||||
android:textSize="@dimen/txt13"
|
||||
android:background="@null"
|
||||
android:layout_marginLeft="@dimen/dp_60"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:hint="请输入手机号"
|
||||
android:maxLength="11"
|
||||
/>
|
||||
</LinearLayout>
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_1"
|
||||
android:background="#E0E0E0"
|
||||
android:layout_marginLeft="@dimen/dp_14"
|
||||
android:layout_marginRight="@dimen/dp_14"
|
||||
/>
|
||||
</LinearLayout>
|
||||
<EditText
|
||||
android:id="@+id/retrieve_phone"
|
||||
android:layout_width="@dimen/dp_160"
|
||||
android:layout_height="@dimen/dp_40"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginLeft="@dimen/dp_60"
|
||||
android:background="@null"
|
||||
android:hint="请输入与账户绑定的手机号"
|
||||
android:inputType="number"
|
||||
android:longClickable="false"
|
||||
android:textColor="@color/text_black_66"
|
||||
android:textSize="@dimen/txt13" />
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/retrieve_confirm"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_40"
|
||||
android:text="确定"
|
||||
android:textColor="@color/white"
|
||||
android:background="@drawable/bg_blue_background_shap"
|
||||
android:layout_marginLeft="@dimen/dp_50"
|
||||
android:layout_marginRight="@dimen/dp_50"
|
||||
android:gravity="center"
|
||||
android:layout_marginTop="@dimen/dp_60"
|
||||
/>
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_1"
|
||||
android:layout_marginLeft="@dimen/dp_14"
|
||||
android:layout_marginRight="@dimen/dp_14"
|
||||
android:background="#E0E0E0" />
|
||||
|
||||
</LinearLayout>
|
||||
<RadioGroup
|
||||
android:id="@+id/radioGroup"
|
||||
android:visibility="gone"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_marginBottom="@dimen/dp_50"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal">
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_60">
|
||||
|
||||
<RadioButton
|
||||
android:id="@+id/btn_info_find"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="用户信息找回"
|
||||
android:layout_marginRight="@dimen/dp_10"
|
||||
android:checked="true"/>
|
||||
<TextView
|
||||
android:id="@+id/retrieve_check_code_name"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginLeft="@dimen/dp_16"
|
||||
android:text="验证码"
|
||||
android:textColor="@color/text_black_66"
|
||||
android:textSize="@dimen/txt13" />
|
||||
|
||||
<RadioButton
|
||||
android:id="@+id/btn_code_find"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="验证码找回"/>
|
||||
</RadioGroup>
|
||||
</RelativeLayout>
|
||||
<EditText
|
||||
android:id="@+id/retrieve_check_code"
|
||||
android:layout_width="@dimen/dp_100"
|
||||
android:layout_height="@dimen/dp_40"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginLeft="@dimen/dp_60"
|
||||
android:layout_toRightOf="@+id/retrieve_check_code_name"
|
||||
android:background="@null"
|
||||
android:hint="请输入验证码"
|
||||
android:inputType="number"
|
||||
android:longClickable="false"
|
||||
android:maxLength="6"
|
||||
android:textColor="@color/text_black_66"
|
||||
android:textSize="@dimen/txt13" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/retrieve_get_check_code"
|
||||
android:layout_width="@dimen/dp_100"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_gravity="center_vertical|right"
|
||||
android:layout_marginLeft="@dimen/dp_60"
|
||||
android:layout_marginRight="@dimen/dp_16"
|
||||
android:background="@drawable/bg_blue_background_shap_radius4"
|
||||
android:gravity="center_horizontal"
|
||||
android:paddingTop="@dimen/dp_8"
|
||||
android:paddingBottom="@dimen/dp_8"
|
||||
android:text="获取验证码"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="@dimen/txt12" />
|
||||
</RelativeLayout>
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_info_find"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@color/white"
|
||||
android:orientation="vertical">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_60"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginLeft="@dimen/dp_16"
|
||||
android:text="用户姓名"
|
||||
android:textColor="@color/text_black_66"
|
||||
android:textSize="@dimen/txt13" />
|
||||
|
||||
<EditText
|
||||
android:id="@+id/tv_user_name"
|
||||
android:layout_width="@dimen/dp_160"
|
||||
android:layout_height="@dimen/dp_40"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginLeft="@dimen/dp_60"
|
||||
android:background="@null"
|
||||
android:hint="请输入姓名"
|
||||
android:longClickable="false"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true"
|
||||
android:textColor="@color/text_black_66"
|
||||
android:textSize="@dimen/txt13" />
|
||||
</LinearLayout>
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_1"
|
||||
android:layout_marginLeft="@dimen/dp_14"
|
||||
android:layout_marginRight="@dimen/dp_14"
|
||||
android:background="#E0E0E0" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_60"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginLeft="@dimen/dp_16"
|
||||
android:text="身份证号"
|
||||
android:textColor="@color/text_black_66"
|
||||
android:textSize="@dimen/txt13" />
|
||||
|
||||
<EditText
|
||||
android:id="@+id/tv_user_id_card"
|
||||
android:layout_width="@dimen/dp_160"
|
||||
android:layout_height="@dimen/dp_40"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginLeft="@dimen/dp_60"
|
||||
android:background="@null"
|
||||
android:digits="0123456789xX"
|
||||
android:hint="请输入身份证号"
|
||||
android:inputType="number"
|
||||
android:longClickable="false"
|
||||
android:maxLength="18"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true"
|
||||
android:textColor="@color/text_black_66"
|
||||
android:textSize="@dimen/txt13" />
|
||||
</LinearLayout>
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_1"
|
||||
android:layout_marginLeft="@dimen/dp_14"
|
||||
android:layout_marginRight="@dimen/dp_14"
|
||||
android:background="#E0E0E0" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_60"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginLeft="@dimen/dp_16"
|
||||
android:text="手机号 "
|
||||
android:textColor="@color/text_black_66"
|
||||
android:textSize="@dimen/txt13" />
|
||||
|
||||
<EditText
|
||||
android:id="@+id/tv_user_phone"
|
||||
android:layout_width="@dimen/dp_160"
|
||||
android:layout_height="@dimen/dp_40"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginLeft="@dimen/dp_60"
|
||||
android:background="@null"
|
||||
android:hint="请输入手机号"
|
||||
android:inputType="number"
|
||||
android:longClickable="false"
|
||||
android:maxLength="11"
|
||||
android:textColor="@color/text_black_66"
|
||||
android:textSize="@dimen/txt13" />
|
||||
</LinearLayout>
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_1"
|
||||
android:layout_marginLeft="@dimen/dp_14"
|
||||
android:layout_marginRight="@dimen/dp_14"
|
||||
android:background="#E0E0E0" />
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/retrieve_confirm"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_40"
|
||||
android:layout_marginLeft="@dimen/dp_50"
|
||||
android:layout_marginTop="@dimen/dp_60"
|
||||
android:layout_marginRight="@dimen/dp_50"
|
||||
android:background="@drawable/bg_blue_background_shap"
|
||||
android:gravity="center"
|
||||
android:text="确定"
|
||||
android:textColor="@color/white" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<RadioGroup
|
||||
android:id="@+id/radioGroup"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginBottom="@dimen/dp_50"
|
||||
android:orientation="horizontal"
|
||||
android:visibility="gone">
|
||||
|
||||
<RadioButton
|
||||
android:id="@+id/btn_info_find"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginRight="@dimen/dp_10"
|
||||
android:checked="true"
|
||||
android:text="用户信息找回" />
|
||||
|
||||
<RadioButton
|
||||
android:id="@+id/btn_code_find"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="验证码找回" />
|
||||
</RadioGroup>
|
||||
</RelativeLayout>
|
||||
|
||||
</LinearLayout>
|
||||
</layout>
|
||||
@@ -121,12 +121,14 @@
|
||||
android:layout_width="@dimen/dp_200"
|
||||
android:gravity="right"
|
||||
android:maxLength="18"
|
||||
android:inputType="number"
|
||||
android:longClickable="false"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginRight="@dimen/dp_16"
|
||||
android:hint="身份证号"
|
||||
android:digits="0123456789xX"
|
||||
android:background="@null"
|
||||
android:textColor="@color/text_black_66"
|
||||
android:textSize="@dimen/txt13" />
|
||||
|
||||
@@ -1,183 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
<RelativeLayout
|
||||
android:background="@color/transparent"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_root"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="@dimen/dp_20"
|
||||
android:layout_marginRight="@dimen/dp_20"
|
||||
android:background="@drawable/rectangle_round_corner10_white"
|
||||
android:orientation="vertical">
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/dialog_title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="@dimen/dp_19"
|
||||
android:text="系统功能简介"
|
||||
android:textColor="@color/text_black_33"
|
||||
android:textSize="@dimen/txt14" />
|
||||
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
<ScrollView
|
||||
android:layout_marginTop="@dimen/dp_27"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_400">
|
||||
<TextView
|
||||
android:id="@+id/dialog_content"
|
||||
android:layout_marginLeft="@dimen/dp_18"
|
||||
android:layout_marginRight="@dimen/dp_18"
|
||||
android:layout_marginBottom="@dimen/dp_27"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="1.数据文件管理
|
||||
首先对该地区的样本数据进行训练得出岩性的判别函数,其中的方法是利用Bayes判别理论。再输入不同井的数据,最后导入目录下自动生成该井的岩性层数据文件。其中样本训练数据是通过人工整合在一起的,从多口井中取出岩性特征比较明显的层段。
|
||||
1.数据文件管理1.数据文件管理
|
||||
首先对该地区的样本数据进行训练得出岩性的判别函数,其中的方法是利用Bayes判别理论。再输入不同井的数据,最后导入目录下自动生成该井的岩性层数据文件。其中样本训练数据是通过人工整合在一起的,从多口井中取出岩性特征比较明显的层段。
|
||||
1.数据文件管理1.数据文件管理
|
||||
首先对该地区的样本数据进行训练得出岩性的判别函数,其中的方法是利用Bayes判别理论。再输入不同井的数据,最后导入目录下自动生成该井的岩性层数据文件。其中样本训练数据是通过人工整合在一起的,从多口井中取出岩性特征比较明显的层段。
|
||||
1.数据文件管理1.数据文件管理
|
||||
首先对该地区的样本数据进行训练得出岩性的判别函数,其中的方法是利用Bayes判别理论。再输入不同井的数据,最后导入目录下自动生成该井的岩性层数据文件。其中样本训练数据是通过人工整合在一起的,从多口井中取出岩性特征比较明显的层段。
|
||||
1.数据文件管理
|
||||
首先对该地区的样本数据进行训练得出岩性的判别函数,其中的方法是利用Bayes判别理论。再输入不同井的数据,最后导入目录下自动生成该井的岩性层数据文件。其中样本训练数据是通过人工整合在一起的,从多口井中取出岩性特征比较明显的层段。
|
||||
1.数据文件管理
|
||||
首先对该地区的样本数据进行训练得出岩性的判别函数,其中的方法是利用Bayes判别理论。再输入不同井的数据,最后导入目录下自动生成该井的岩性层数据文件。其中样本训练数据是通过人工整合在一起的,从多口井中取出岩性特征比较明显的层段。
|
||||
"
|
||||
/>
|
||||
</ScrollView>
|
||||
|
||||
|
||||
<LinearLayout
|
||||
android:layout_marginTop="@dimen/dp_20"
|
||||
android:layout_marginBottom="@dimen/dp_20"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
<RelativeLayout
|
||||
android:layout_marginBottom="@dimen/dp_13"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
<LinearLayout
|
||||
android:id="@+id/dialog_confirm_7_day_no_remind_ll"
|
||||
android:orientation="horizontal"
|
||||
android:layout_marginLeft="@dimen/dp_18"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content">
|
||||
<ImageView
|
||||
android:id="@+id/dialog_confirm_7_day_no_remind_iv"
|
||||
android:layout_width="@dimen/dp_14"
|
||||
android:layout_height="@dimen/dp_14"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:src="@drawable/ic_marital_state_no_select"
|
||||
/>
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="7日内不再提醒"
|
||||
android:textColor="@color/text_black_33"
|
||||
android:textSize="@dimen/txt13"
|
||||
android:layout_marginLeft="@dimen/dp_2"
|
||||
/>
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:id="@+id/dialog_confirm_1_month_no_remind_ll"
|
||||
android:orientation="horizontal"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_marginRight="@dimen/dp_18"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content">
|
||||
<ImageView
|
||||
android:id="@+id/dialog_confirm_1_month_no_remind_iv"
|
||||
android:layout_width="@dimen/dp_14"
|
||||
android:layout_height="@dimen/dp_14"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:src="@drawable/ic_marital_state_no_select"
|
||||
/>
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="1个月内不再提醒"
|
||||
android:textColor="@color/text_black_33"
|
||||
android:textSize="@dimen/txt13"
|
||||
android:layout_marginLeft="@dimen/dp_2"
|
||||
/>
|
||||
</LinearLayout>
|
||||
</RelativeLayout>
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
<LinearLayout
|
||||
android:id="@+id/dialog_confirm_6_month_no_remind_ll"
|
||||
android:orientation="horizontal"
|
||||
android:layout_marginLeft="@dimen/dp_18"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content">
|
||||
<ImageView
|
||||
android:id="@+id/dialog_confirm_6_month_no_remind_iv"
|
||||
android:layout_width="@dimen/dp_14"
|
||||
android:layout_height="@dimen/dp_14"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:src="@drawable/ic_marital_state_no_select"
|
||||
/>
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="6个月不再提醒"
|
||||
android:textColor="@color/text_black_33"
|
||||
android:textSize="@dimen/txt13"
|
||||
android:layout_marginLeft="@dimen/dp_2"
|
||||
/>
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:id="@+id/dialog_confirm_no_remind_ll"
|
||||
android:orientation="horizontal"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_marginRight="@dimen/dp_19"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content">
|
||||
<ImageView
|
||||
android:id="@+id/dialog_confirm_no_remind_iv"
|
||||
android:layout_width="@dimen/dp_14"
|
||||
android:layout_height="@dimen/dp_14"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:src="@drawable/ic_marital_state_no_select"
|
||||
/>
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="以后不再提醒 "
|
||||
android:textColor="@color/text_black_33"
|
||||
android:textSize="@dimen/txt13"
|
||||
android:layout_marginLeft="@dimen/dp_2"
|
||||
/>
|
||||
</LinearLayout>
|
||||
</RelativeLayout>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/dialog_confirm_close"
|
||||
android:layout_width="@dimen/dp_24"
|
||||
android:layout_height="@dimen/dp_24"
|
||||
android:layout_below="@+id/ll_root"
|
||||
android:layout_marginTop="@dimen/dp_29"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:src="@drawable/ic_down_close"
|
||||
/>
|
||||
</RelativeLayout>
|
||||
|
||||
</layout>
|
||||
@@ -21,11 +21,6 @@
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_44"
|
||||
android:background="#14BEBE" />
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_330">
|
||||
@@ -37,15 +32,6 @@
|
||||
android:scaleType="fitXY"
|
||||
android:src="@drawable/ic_guidance_head_bg"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:text="健康咨询"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="@dimen/txt18"
|
||||
android:textStyle="bold" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
@@ -1,77 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:minHeight="@dimen/dp_120"
|
||||
android:paddingLeft="@dimen/dp_14"
|
||||
android:paddingRight="@dimen/dp_14"
|
||||
android:background="@drawable/bg_card"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/item_big_disese_hospital_name"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="预约医院:"
|
||||
android:textSize="@dimen/txt14"
|
||||
android:textColor="@color/text_black_33"
|
||||
android:layout_marginTop="@dimen/dp_15"
|
||||
android:textStyle="bold"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/item_big_disese_hospital_time"
|
||||
android:layout_alignBaseline="@+id/item_big_disese_hospital_name"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text=""
|
||||
android:textSize="@dimen/txt13"
|
||||
android:textColor="@color/text_black_99"
|
||||
android:layout_alignParentRight="true"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/item_big_disese_deparment_name"
|
||||
android:layout_below="@+id/item_big_disese_hospital_name"
|
||||
android:layout_marginTop="@dimen/dp_14"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="预约科室:"
|
||||
android:textSize="@dimen/txt13"
|
||||
android:textColor="@color/text_black_33"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/item_big_disese_doctor_name"
|
||||
android:layout_below="@+id/item_big_disese_deparment_name"
|
||||
android:layout_marginTop="@dimen/dp_14"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="预约医生:"
|
||||
android:textSize="@dimen/txt13"
|
||||
android:textColor="@color/text_black_33"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/item_big_disese_patient_name"
|
||||
android:layout_below="@+id/item_big_disese_doctor_name"
|
||||
android:layout_marginTop="@dimen/dp_14"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="预约人:"
|
||||
android:textSize="@dimen/txt13"
|
||||
android:textColor="@color/text_black_33"
|
||||
android:layout_marginBottom="@dimen/dp_15"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/item_big_disese_order_state"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text=""
|
||||
android:textSize="@dimen/txt14"
|
||||
android:textColor="#16C716"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_centerVertical="true"
|
||||
/>
|
||||
|
||||
</RelativeLayout>
|
||||
@@ -19,6 +19,7 @@
|
||||
android:textStyle="bold" />
|
||||
|
||||
<TextView
|
||||
android:layout_marginBottom="12dp"
|
||||
android:id="@+id/item_emergency_seek_doctor_time"
|
||||
android:layout_below="@+id/item_emergency_seek_doctor_name"
|
||||
android:layout_width="wrap_content"
|
||||
@@ -28,17 +29,6 @@
|
||||
android:text="求救时间:202-01-01 13:12"
|
||||
android:textColor="@color/text_black_33"
|
||||
android:textSize="@dimen/txt14" />
|
||||
<TextView
|
||||
android:id="@+id/item_emergency_seek_doctor_hospital"
|
||||
android:layout_below="@+id/item_emergency_seek_doctor_time"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="@dimen/dp_14"
|
||||
android:layout_marginTop="@dimen/dp_14"
|
||||
android:text="应急医院:西京医院-协助检查"
|
||||
android:textColor="@color/text_black_33"
|
||||
android:textSize="@dimen/txt14"
|
||||
android:layout_marginBottom="@dimen/dp_17"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/item_emergency_seek_doctor_more"
|
||||
@@ -61,7 +51,7 @@
|
||||
android:textColor="#16C716"
|
||||
android:layout_alignParentRight="true"
|
||||
android:text="查看详情"
|
||||
android:layout_marginTop="@dimen/dp_25"
|
||||
android:layout_marginTop="@dimen/dp_15"
|
||||
android:layout_marginRight="@dimen/dp_15"
|
||||
/>
|
||||
</RelativeLayout>
|
||||
@@ -1,40 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:padding="@dimen/dp_12">
|
||||
<ImageView
|
||||
android:id="@+id/iv_department_icon"
|
||||
android:layout_width="@dimen/dp_0"
|
||||
android:layout_height="@dimen/dp_0"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintWidth_percent="0.137"
|
||||
app:layout_constraintDimensionRatio="1:1"
|
||||
tools:src='@mipmap/ic_launcher'/>
|
||||
<TextView
|
||||
android:id="@+id/tv_department_name"
|
||||
android:layout_width="@dimen/dp_0"
|
||||
android:layout_height="wrap_content"
|
||||
app:layout_constraintLeft_toRightOf="@+id/iv_department_icon"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
android:layout_marginStart="@dimen/dp_4"
|
||||
android:textColor="@color/text_black_33"
|
||||
android:textSize="@dimen/txt14"
|
||||
tools:text="@string/app_name"/>
|
||||
<TextView
|
||||
android:id="@+id/tv_department_intro"
|
||||
android:layout_width="@dimen/dp_0"
|
||||
android:layout_height="wrap_content"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/iv_department_icon"
|
||||
android:layout_marginTop="@dimen/dp_10"
|
||||
android:textColor="@color/text_black_66"
|
||||
android:textSize="@dimen/txt12"
|
||||
tools:text="@string/app_name"/>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
@@ -1,64 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:background="@drawable/bg_card"
|
||||
android:layout_height="wrap_content">
|
||||
<com.allen.library.CircleImageView
|
||||
android:id="@+id/item_recycler_seek_doctor_department_img"
|
||||
android:scaleType="centerCrop"
|
||||
android:layout_marginLeft="@dimen/dp_12"
|
||||
android:layout_marginTop="@dimen/dp_10"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_width="@dimen/dp_30"
|
||||
android:layout_height="@dimen/dp_30">
|
||||
</com.allen.library.CircleImageView>
|
||||
<TextView
|
||||
android:layout_toRightOf="@+id/item_recycler_seek_doctor_department_img"
|
||||
android:id="@+id/item_recycler_seek_doctor_department_name"
|
||||
android:layout_marginLeft="@dimen/dp_6"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="儿科"
|
||||
android:layout_marginTop="@dimen/dp_13"
|
||||
android:textSize="@dimen/txt14"
|
||||
android:textColor="@color/text_black_33"
|
||||
android:textStyle="bold"
|
||||
/>
|
||||
|
||||
|
||||
|
||||
<TextView
|
||||
android:id="@+id/item_recycler_seek_doctor_department_hint"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:visibility="gone"
|
||||
android:text="皮炎、湿疹、痤疮、脱发、毛囊炎、皮肤过敏"
|
||||
android:textColor="@color/text_black_66"
|
||||
android:textSize="@dimen/txt12"
|
||||
android:maxLines="2"
|
||||
android:ellipsize="end"
|
||||
android:layout_below="@+id/item_recycler_seek_doctor_department_img"
|
||||
android:layout_marginLeft="@dimen/dp_12"
|
||||
android:layout_marginRight="@dimen/dp_12"
|
||||
android:layout_marginTop="@dimen/dp_10"
|
||||
/>
|
||||
<TextView
|
||||
android:id="@+id/item_recycler_seek_doctor_number"
|
||||
android:layout_toRightOf="@+id/item_recycler_seek_doctor_department_img"
|
||||
android:layout_below="@+id/item_recycler_seek_doctor_department_name"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="@dimen/txt12"
|
||||
android:text=""
|
||||
android:textColor="@color/text_black_66"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginRight="@dimen/dp_6"
|
||||
android:layout_marginTop="@dimen/dp_5"
|
||||
android:layout_marginLeft="@dimen/dp_6"
|
||||
android:layout_marginBottom="@dimen/dp_10"
|
||||
/>
|
||||
|
||||
|
||||
</RelativeLayout>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:id="@+id/item_department_root"
|
||||
android:layout_height="@dimen/dp_45">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/item_key"
|
||||
android:layout_marginTop="@dimen/dp_14"
|
||||
android:layout_marginBottom="@dimen/dp_14"
|
||||
android:layout_marginLeft="@dimen/dp_30"
|
||||
android:textSize="@dimen/txt12"
|
||||
android:textColor="@color/text_black_66"
|
||||
/>
|
||||
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
@@ -1,27 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:background="@color/white"
|
||||
android:layout_height="@dimen/dp_45">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/item_key"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginLeft="@dimen/dp_30"
|
||||
android:textSize="@dimen/txt12"
|
||||
android:textColor="@color/text_black_66"
|
||||
/>
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_1"
|
||||
android:background="#E0E0E0"
|
||||
android:layout_alignParentBottom="true"
|
||||
/>
|
||||
|
||||
|
||||
|
||||
</RelativeLayout>
|
||||
@@ -1,23 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
<TextView
|
||||
android:id="@+id/tv_disease_name"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
android:background="@drawable/rectangle_round_corner20_gray_stroke_transparent"
|
||||
android:paddingVertical="@dimen/dp_7"
|
||||
android:paddingHorizontal="@dimen/dp_10"
|
||||
android:layout_margin="@dimen/dp_5"
|
||||
android:gravity="center"
|
||||
android:textSize="@dimen/txt13"
|
||||
android:textColor="@color/text_black_33"
|
||||
tools:text="@string/app_name"/>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
@@ -1,23 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content">
|
||||
<TextView
|
||||
android:id="@+id/item_recycler_seek_doctor_disease_child_name"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:background="@drawable/bg_frame"
|
||||
android:paddingTop="@dimen/dp_8"
|
||||
android:paddingBottom="@dimen/dp_8"
|
||||
android:paddingRight="@dimen/dp_8"
|
||||
android:paddingLeft="@dimen/dp_8"
|
||||
android:layout_marginLeft="@dimen/dp_4"
|
||||
android:layout_marginRight="@dimen/dp_4"
|
||||
android:layout_marginBottom="@dimen/dp_10"
|
||||
android:textSize="@dimen/txt13"
|
||||
android:textColor="#333333"
|
||||
android:maxLines="2"
|
||||
/>
|
||||
|
||||
</LinearLayout>
|
||||
@@ -1,34 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:paddingTop="@dimen/dp_8"
|
||||
android:paddingBottom="@dimen/dp_8"
|
||||
android:paddingRight="@dimen/dp_8"
|
||||
android:paddingLeft="@dimen/dp_8"
|
||||
android:layout_marginLeft="@dimen/dp_4"
|
||||
android:layout_marginRight="@dimen/dp_4"
|
||||
android:layout_marginBottom="@dimen/dp_10"
|
||||
android:background="@drawable/bg_frame"
|
||||
android:layout_height="wrap_content">
|
||||
<TextView
|
||||
android:id="@+id/item_recycler_seek_doctor_disease_child_name"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:textSize="@dimen/txt13"
|
||||
android:textColor="#333333"
|
||||
android:maxLines="2"
|
||||
/>
|
||||
<TextView
|
||||
android:id="@+id/item_recycler_seek_doctor_disease_child_hint"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="@dimen/txt10"
|
||||
android:textColor="@color/text_black_33"
|
||||
android:text=""
|
||||
android:visibility="gone"
|
||||
android:layout_gravity="center_horizontal"
|
||||
/>
|
||||
|
||||
</LinearLayout>
|
||||
@@ -1,52 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:paddingHorizontal="@dimen/dp_10"
|
||||
android:paddingVertical="@dimen/dp_15">
|
||||
<ImageView
|
||||
android:id="@+id/iv_hospital_image"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintWidth_percent="0.16"
|
||||
app:layout_constraintDimensionRatio="1:1"
|
||||
tools:src='@mipmap/ic_launcher'/>
|
||||
<TextView
|
||||
android:id="@+id/tv_hospital_level"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:layout_constraintLeft_toRightOf="@+id/iv_hospital_image"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
android:layout_marginStart="@dimen/dp_10"
|
||||
android:layout_marginTop="@dimen/dp_2"
|
||||
android:background="@color/font_blue"
|
||||
android:textColor="@color/white"
|
||||
tools:text="@string/app_name"/>
|
||||
<TextView
|
||||
android:id="@+id/tv_hospital_name"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
app:layout_constraintLeft_toRightOf="@+id/tv_hospital_level"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintBaseline_toBaselineOf="@+id/tv_hospital_level"
|
||||
android:layout_marginTop="@dimen/dp_2"
|
||||
android:textSize="@dimen/txt14"
|
||||
tools:text="@string/app_name"/>
|
||||
<TextView
|
||||
android:id="@+id/tv_hospital_address"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
app:layout_constraintLeft_toLeftOf="@+id/tv_hospital_level"
|
||||
app:layout_constraintTop_toBottomOf="@+id/tv_hospital_name"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
android:layout_marginTop="@dimen/dp_10"
|
||||
android:textSize="@dimen/txt13"
|
||||
tools:text="@string/app_name"/>
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
@@ -1,98 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:background="@drawable/bg_card"
|
||||
android:layout_height="wrap_content">
|
||||
<ImageView
|
||||
android:id="@+id/item_recycler_seek_doctor_hospital_img"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginLeft="@dimen/dp_10"
|
||||
android:scaleType="centerCrop"
|
||||
android:layout_width="@dimen/dp_60"
|
||||
android:layout_height="@dimen/dp_60">
|
||||
</ImageView>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/item_recycler_seek_doctor_hospital_tag"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="二甲"
|
||||
android:textColor="@color/white"
|
||||
android:background="@drawable/bg_blue_background_shap_radius4"
|
||||
android:paddingRight="@dimen/dp_6"
|
||||
android:paddingLeft="@dimen/dp_6"
|
||||
android:paddingTop="@dimen/dp_2"
|
||||
android:paddingBottom="@dimen/dp_2"
|
||||
android:layout_toRightOf="@+id/item_recycler_seek_doctor_hospital_img"
|
||||
android:layout_marginTop="@dimen/dp_13"
|
||||
android:layout_marginLeft="@dimen/dp_10"
|
||||
android:textSize="@dimen/txt9"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/item_recycler_seek_doctor_hospital_name"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="@dimen/txt14"
|
||||
android:textColor="@color/text_black_33"
|
||||
android:layout_toRightOf="@+id/item_recycler_seek_doctor_hospital_tag"
|
||||
android:text="生命科学专科医院"
|
||||
android:layout_marginTop="@dimen/dp_10"
|
||||
android:layout_marginLeft="@dimen/dp_4"
|
||||
android:textStyle="bold"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/item_recycler_seek_doctor_hospital_department"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="@dimen/txt14"
|
||||
android:textColor="@color/text_black_33"
|
||||
android:text="重点科室:眼科、骨科"
|
||||
android:layout_toRightOf="@+id/item_recycler_seek_doctor_hospital_img"
|
||||
android:layout_below="@+id/item_recycler_seek_doctor_hospital_tag"
|
||||
android:layout_marginLeft="@dimen/dp_10"
|
||||
android:layout_marginTop="@dimen/dp_10"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/item_recycler_seek_doctor_hospital_distance"
|
||||
android:layout_below="@+id/item_recycler_seek_doctor_hospital_department"
|
||||
android:layout_toRightOf="@+id/item_recycler_seek_doctor_hospital_img"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="@dimen/dp_10"
|
||||
android:text="12.5Km"
|
||||
android:textSize="@dimen/txt13"
|
||||
android:drawablePadding="@dimen/dp_5"
|
||||
android:drawableLeft="@drawable/ic_local"
|
||||
android:layout_marginTop="@dimen/dp_10"
|
||||
android:layout_marginRight="@dimen/dp_10"
|
||||
/>
|
||||
<TextView
|
||||
android:id="@+id/item_recycler_seek_doctor_hospital_navigation"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="@dimen/txt13"
|
||||
android:text="导航"
|
||||
android:textColor="#3390FF"
|
||||
android:layout_toRightOf="@+id/item_recycler_seek_doctor_hospital_distance"
|
||||
android:layout_alignBaseline="@+id/item_recycler_seek_doctor_hospital_distance"
|
||||
/>
|
||||
<TextView
|
||||
android:id="@+id/item_recycler_seek_doctor_hospital_address"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="@dimen/txt13"
|
||||
android:textColor="@color/text_black_99"
|
||||
android:text="重点科室:眼科、骨科"
|
||||
android:layout_marginBottom="@dimen/dp_10"
|
||||
android:layout_toRightOf="@+id/item_recycler_seek_doctor_hospital_img"
|
||||
android:layout_below="@+id/item_recycler_seek_doctor_hospital_distance"
|
||||
android:layout_marginLeft="@dimen/dp_10"
|
||||
android:layout_marginTop="@dimen/dp_6"
|
||||
/>
|
||||
|
||||
</RelativeLayout>
|
||||
@@ -1,74 +0,0 @@
|
||||
<?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="wrap_content">
|
||||
<TextView
|
||||
android:id="@+id/user_rate_name"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="@color/text_black_33"
|
||||
android:textSize="@dimen/txt14"
|
||||
android:textStyle="bold"
|
||||
android:text="张三"
|
||||
android:layout_marginLeft="@dimen/dp_13"
|
||||
android:layout_marginTop="@dimen/dp_16"
|
||||
/>
|
||||
|
||||
<RatingBar
|
||||
android:id="@+id/rating_bar"
|
||||
android:layout_toRightOf="@+id/user_rate_name"
|
||||
android:layout_marginTop="@dimen/dp_16"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:progressTint="#F19927"
|
||||
android:secondaryProgressTint="@color/transparent"
|
||||
style="@style/Widget.AppCompat.RatingBar.Small"
|
||||
android:layout_marginHorizontal="@dimen/dp_12"
|
||||
android:numStars="5"
|
||||
android:stepSize="0.14"
|
||||
android:rating="1"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/user_rate_depart"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="神经内科"
|
||||
android:textColor="#3390FF"
|
||||
android:textSize="@dimen/txt12"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_marginTop="@dimen/dp_17"
|
||||
android:layout_marginRight="@dimen/dp_15"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:layout_below="@+id/user_rate_name"
|
||||
android:id="@+id/user_rate_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="@dimen/dp_15"
|
||||
android:layout_marginRight="@dimen/dp_15"
|
||||
android:layout_marginTop="@dimen/dp_15"
|
||||
android:text="医生态度特别好,讲解的很详细;医生态度特别好,讲解的很详细;医生态度特别好,讲解的很详细;"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/user_rate_time"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="@dimen/txt12"
|
||||
android:textColor="@color/text_black_99"
|
||||
android:layout_below="@+id/user_rate_content"
|
||||
android:text="2023-01-15"
|
||||
android:layout_marginLeft="@dimen/dp_15"
|
||||
android:layout_marginTop="@dimen/dp_12"
|
||||
android:layout_marginBottom="@dimen/dp_18"
|
||||
/>
|
||||
|
||||
<View
|
||||
android:layout_below="@+id/user_rate_time"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_1"
|
||||
android:background="#E0E0E0"
|
||||
/>
|
||||
|
||||
</RelativeLayout>
|
||||
@@ -1,35 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="80dp"
|
||||
android:background="#FFD700">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/secondary_header"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="16dp"
|
||||
android:singleLine="true"
|
||||
android:textSize="24sp"
|
||||
android:textStyle="bold"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
tools:text="优惠" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/btn_add"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginRight="16dp"
|
||||
android:singleLine="true"
|
||||
android:text="点我"
|
||||
android:textSize="24sp"
|
||||
android:textStyle="bold"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
@@ -1,148 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout 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="match_parent"
|
||||
android:clipChildren="false"
|
||||
android:orientation="vertical">
|
||||
|
||||
<androidx.viewpager2.widget.ViewPager2
|
||||
android:id="@+id/view_pager"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_above="@id/main_navigation_bar"
|
||||
android:layout_alignParentTop="true" />
|
||||
|
||||
<androidx.cardview.widget.CardView
|
||||
android:id="@+id/main_navigation_bar"
|
||||
android:background="#FFFFFFFF"
|
||||
app:cardBackgroundColor="#FFFFFFFF"
|
||||
android:layout_alignParentBottom="true"
|
||||
app:cardElevation="10dp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="65dp"
|
||||
android:clipChildren="false"
|
||||
android:background="@color/transparent"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/conversation_btn_group"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:onClick="tabClick">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/tab_conversation_icon"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="8dp"
|
||||
android:background="@drawable/demo_overseas_main_tab_conversation_selected" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/conversation"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/tab_conversation_icon"
|
||||
android:layout_centerInParent="true"
|
||||
android:gravity="center"
|
||||
android:text="@string/demo_tab_overseas_conversation_tab_text"
|
||||
android:textColor="@color/demo_main_tab_text_selected_color_light"
|
||||
android:textSize="12sp" />
|
||||
|
||||
<com.tencent.qcloud.tuicore.component.UnreadCountTextView
|
||||
android:id="@+id/msg_total_unread"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_marginStart="-17dp"
|
||||
android:layout_marginTop="1dp"
|
||||
android:layout_toEndOf="@id/conversation"
|
||||
android:gravity="center"
|
||||
android:includeFontPadding="false"
|
||||
android:textColor="@color/white"
|
||||
android:minWidth="18.4dp"
|
||||
android:minHeight="18.4dp"
|
||||
android:textSize="13.6sp"
|
||||
android:visibility="gone" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/contact_btn_group"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:onClick="tabClick">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/tab_contact_icon"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="8dp"
|
||||
android:background="@drawable/demo_overseas_main_tab_contact_normal_bg" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/contact"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/tab_contact_icon"
|
||||
android:layout_centerInParent="true"
|
||||
android:gravity="center"
|
||||
android:text="@string/minimalist_tab_contacts_tab_text"
|
||||
android:textColor="@color/core_light_bg_secondary_text_color_light"
|
||||
android:textSize="12sp" />
|
||||
|
||||
<com.tencent.qcloud.tuicore.component.UnreadCountTextView
|
||||
android:id="@+id/new_friend_total_unread"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_marginStart="-8dp"
|
||||
android:layout_marginTop="1dp"
|
||||
android:layout_toEndOf="@id/contact"
|
||||
android:gravity="center"
|
||||
android:includeFontPadding="false"
|
||||
android:minWidth="18.4dp"
|
||||
android:minHeight="18.4dp"
|
||||
android:textColor="#FFFFFF"
|
||||
android:textSize="13.6sp"
|
||||
android:visibility="gone" />
|
||||
</RelativeLayout>
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/myself_btn_group"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:onClick="tabClick">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/tab_profile_icon"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="8dp"
|
||||
android:background="@drawable/demo_overseas_main_tab_settings_normal_bg" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/mine"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/tab_profile_icon"
|
||||
android:layout_centerInParent="true"
|
||||
android:gravity="center"
|
||||
android:text="@string/minimalist_tab_settings_tab_text"
|
||||
android:textColor="@color/core_light_bg_secondary_text_color_light"
|
||||
android:textSize="12sp" />
|
||||
|
||||
</RelativeLayout>
|
||||
</LinearLayout>
|
||||
</androidx.cardview.widget.CardView>
|
||||
</RelativeLayout>
|
||||
Reference in New Issue
Block a user