| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325 |
- <?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"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical"
- tools:context=".ui.report.vndetail.VnReportDetailActivity">
- <com.hjq.bar.TitleBar
- android:id="@+id/tb_vndetail_title"
- android:layout_width="match_parent"
- android:layout_height="wrap_content" />
- <ScrollView
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <LinearLayout
- 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="wrap_content"
- android:layout_marginLeft="10dp"
- android:layout_marginRight="10dp"
- android:orientation="vertical">
- <ImageView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:src="@mipmap/iv_report_top" />
- <TextView
- android:id="@+id/vndetail_tv_vncode"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="8dp"
- android:text="evvm Code 10000003"
- android:textSize="12sp" />
- <TextView
- android:id="@+id/vndetail_tv_vndate"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="8dp"
- android:text="2019-06-04 21:24:33"
- android:textColor="@color/gray"
- android:textSize="12sp" />
- <TextView
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:layout_marginTop="25dp"
- android:background="@color/black10" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="15dp"
- android:text="疫苗详情"
- android:textSize="17dp"
- android:textStyle="bold" />
- <LinearLayout
- android:orientation="horizontal"
- android:layout_marginTop="18dp"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="50dp"
- android:text="生产企业" />
- <TextView
- android:id="@+id/vndetail_tv_factoryName"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="北京北生研生物制品有限公司" />
- </LinearLayout>
- <LinearLayout
- android:orientation="horizontal"
- android:layout_marginTop="8dp"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="50dp"
- android:text="GMP证书" />
- <TextView
- android:id="@+id/vndetail_tv_gmpName"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="GMP证书 " />
- </LinearLayout>
- <LinearLayout
- android:orientation="horizontal"
- android:layout_marginTop="8dp"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="36dp"
- android:text="批签发证书" />
- <TextView
- android:textColor="@color/blue"
- android:id="@+id/vndetail_tv_gmpPath"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:autoLink="all"
- android:text="点击查看" />
- </LinearLayout>
- <TextView
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:layout_marginTop="15dp"
- android:background="@color/black10" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="15dp"
- android:text="接种人员"
- android:textSize="17dp"
- android:textStyle="bold" />
- <LinearLayout
- android:orientation="horizontal"
- android:layout_marginTop="18dp"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="50dp"
- android:text="接种单位" />
- <TextView
- android:id="@+id/vndetail_tv_hospitalName"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="大兴人民医院" />
- </LinearLayout>
- <LinearLayout
- android:orientation="horizontal"
- android:layout_marginTop="10dp"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="50dp"
- android:text="医生姓名" />
- <TextView
- android:id="@+id/vndetail_tv_doctorName"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="医生姓名 " />
- </LinearLayout>
- <LinearLayout
- android:orientation="horizontal"
- android:layout_marginTop="10dp"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="50dp"
- android:text="联系方式" />
- <TextView
- android:id="@+id/vndetail_tv_doctorTelephone"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="联系方式 " />
- </LinearLayout>
- <TextView
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:layout_marginTop="13dp"
- android:background="@color/black10" />
- <ImageView
- android:id="@+id/vndetail_tv_chatImage"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="25dp" />
- <TextView
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:layout_marginTop="20dp"
- android:background="@color/black10" />
- <LinearLayout
- android:orientation="horizontal"
- android:layout_marginTop="30dp"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <TextView
- android:id="@+id/vndetail_tv_othervn1"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="40dp"
- android:text="点击查询" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="同批次其他疫苗冷链 " />
- </LinearLayout>
- <LinearLayout
- android:orientation="horizontal"
- android:layout_marginTop="10dp"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <TextView
- android:id="@+id/vndetail_tv_othervn2"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="40dp"
- android:text="点击查询" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="同批次其他疫苗冷链 " />
- </LinearLayout>
- <LinearLayout
- android:orientation="horizontal"
- android:layout_marginTop="10dp"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <TextView
- android:id="@+id/vndetail_tv_othervn3"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="40dp"
- android:text="点击查询" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="同批次其他疫苗冷链 " />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="25dp"
- android:orientation="horizontal">
- <ImageView
- android:id="@+id/vndetail_iv_tipsimg"
- android:layout_width="60dp"
- android:layout_height="60dp"
- android:src="@mipmap/ic_launcher" />
- <TextView
- android:id="@+id/vndetail_tv_tips"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="30dp"
- android:text="@string/vndeatil_tips"
- android:textColor="@color/gray"
- android:textSize="12sp" />
- </LinearLayout>
- </LinearLayout>
- <LinearLayout
- android:layout_marginTop="30dp"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:paddingLeft="10dp"
- android:paddingRight="10dp"
- android:background="#F0F5FF"
- android:orientation="vertical">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="30dp"
- android:text="免责声明:"
- android:textSize="15sp"
- android:textStyle="bold" />
- <TextView
- android:id="@+id/vndetail_tv_disclaimer"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="10dp"
- android:layout_marginBottom="20dp"
- android:text="@string/vndeatil_disclaimer"
- android:textColor="@color/gray"
- android:textSize="12sp" />
- </LinearLayout>
- </LinearLayout>
- </ScrollView>
- </LinearLayout>
|