| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388 |
- <?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"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:background="@color/white"
- android:layout_height="match_parent" >
- <com.hjq.bar.TitleBar
- android:id="@+id/tb_vndetail_title"
- android:layout_width="match_parent"
- android:visibility="visible"
- android:layout_height="wrap_content"
- app:title="@string/report_zhuishu" />
- <ScrollView
- android:layout_below="@+id/tb_vndetail_title"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <LinearLayout
- android:id="@+id/tobigll"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:paddingBottom="80dp"
- android:paddingLeft="10dp"
- android:paddingRight="10dp"
- android:orientation="vertical">
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_marginTop="10dp"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:layout_marginRight="10dp"
- >
- <ImageView
- android:id="@+id/iv_report_top"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:src="@mipmap/iv_report_top" />
- <TextView
- android:id="@+id/vndetail_tv_title"
- android:layout_width="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_marginRight="10dp"
- android:layout_height="wrap_content"
- android:textColor="#a8996e"
- android:textStyle="bold"
- android:text="产 品 追 溯 报 告 COLD CHAIN REPORT"
- android:textSize="12sp" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_marginRight="10dp"
- android:layout_height="wrap_content"
- android:layout_alignLeft="@+id/vndetail_tv_title"
- android:layout_marginTop="5dp"
- android:layout_below="@+id/vndetail_tv_title"
- android:textColor="@color/gray"
- android:text=""
- android:textSize="8sp"
- android:id="@+id/vndetail_tv_vncode"/>
- <TextView
- android:id="@+id/vndetail_tv_vndate"
- android:layout_alignLeft="@+id/vndetail_tv_title"
- android:layout_width="wrap_content"
- android:layout_below="@+id/vndetail_tv_vncode"
- android:layout_height="wrap_content"
- android:layout_marginTop="2dp"
- android:text=""
- android:textSize="8sp"
- android:textColor="@color/gray" />
- </RelativeLayout>
- <LinearLayout
- android:orientation="horizontal"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <LinearLayout
- android:layout_width="0dp"
- android:orientation="vertical"
- android:layout_weight="6"
- android:layout_height="wrap_content">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="15dp"
- android:text="疫苗详情"
- android:textSize="8sp"
- android:textStyle="bold" />
- <LinearLayout
- android:orientation="horizontal"
- android:layout_marginTop="6dp"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textSize="8sp"
- android:text="生产企业........." />
- <TextView
- android:id="@+id/vndetail_tv_factoryName"
- android:textSize="8dp"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"/>
- </LinearLayout>
- <LinearLayout
- android:orientation="horizontal"
- android:layout_marginTop="4dp"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <TextView
- android:layout_width="wrap_content"
- android:textSize="8sp"
- android:layout_height="wrap_content"
- android:text="GMP证书........" />
- <TextView
- android:id="@+id/vndetail_tv_gmpName"
- android:textSize="8sp"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"/>
- </LinearLayout>
- <LinearLayout
- android:orientation="horizontal"
- android:layout_marginTop="4dp"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textSize="8sp"
- android:text="批签发证书....." />
- <TextView
- android:textColor="@color/blue"
- android:id="@+id/vndetail_tv_gmpPath"
- android:textSize="8sp"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:autoLink="all"
- android:text="点击查看" />
- </LinearLayout>
- </LinearLayout>
- <LinearLayout
- android:layout_width="0dp"
- android:orientation="vertical"
- android:layout_weight="5"
- android:layout_height="wrap_content">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="15dp"
- android:text="接种人员"
- android:textSize="8sp"
- android:textStyle="bold" />
- <LinearLayout
- android:orientation="horizontal"
- android:layout_marginTop="4dp"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <TextView
- android:layout_width="wrap_content"
- android:textSize="8sp"
- android:layout_height="wrap_content"
- android:text="接种单位........" />
- <TextView
- android:id="@+id/vndetail_tv_hospitalName"
- android:layout_width="wrap_content"
- android:textSize="8sp"
- android:layout_height="wrap_content"/>
- </LinearLayout>
- <LinearLayout
- android:orientation="horizontal"
- android:layout_marginTop="4dp"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textSize="8sp"
- android:text="医生姓名........" />
- <TextView
- android:id="@+id/vndetail_tv_doctorName"
- android:layout_width="wrap_content"
- android:textSize="8sp"
- android:layout_height="wrap_content"/>
- </LinearLayout>
- <LinearLayout
- android:orientation="horizontal"
- android:layout_marginTop="4dp"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textSize="8sp"
- android:text="联系方式........" />
- <TextView
- android:id="@+id/vndetail_tv_doctorTelephone"
- android:layout_width="wrap_content"
- android:textSize="8sp"
- android:layout_height="wrap_content"/>
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
- <ImageView
- android:id="@+id/vndetail_tv_chatImage"
- android:layout_width="match_parent"
- android:layout_marginTop="20dp"
- android:layout_height="wrap_content" />
- <LinearLayout
- android:orientation="horizontal"
- android:layout_width="match_parent"
- android:layout_marginTop="20dp"
- android:layout_height="wrap_content">
- <LinearLayout
- android:layout_width="0dp"
- android:orientation="vertical"
- android:layout_weight="6"
- android:layout_height="wrap_content">
- <LinearLayout
- android:orientation="horizontal"
- 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:textSize="8sp"
- android:text="点击查询......" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textSize="8sp"
- android:text="同批次其他疫苗冷链" />
- </LinearLayout>
- <LinearLayout
- android:orientation="horizontal"
- android:layout_marginTop="4dp"
- 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:textSize="8sp"
- android:text="点击查询......" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textSize="8sp"
- android:text="同批次其他疫苗流向" />
- </LinearLayout>
- <LinearLayout
- android:orientation="horizontal"
- android:layout_marginTop="4dp"
- 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:textSize="8sp"
- android:text="点击查询......" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textSize="8sp"
- android:text="同企业其他疫苗" />
- </LinearLayout>
- </LinearLayout>
- <RelativeLayout
- android:layout_width="0dp"
- android:orientation="horizontal"
- android:layout_weight="10"
- android:layout_height="wrap_content">
- <TextView
- android:id="@+id/vndetail_tv_tips"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/vndeatil_tips"
- android:textColor="@color/gray"
- android:layout_toLeftOf="@+id/vndetail_iv_tipsimg"
- android:textSize="7sp" />
- <ImageView
- android:id="@+id/vndetail_iv_tipsimg"
- android:layout_alignParentRight="true"
- android:layout_width="50dp"
- android:layout_margin="4dp"
- android:layout_height="50dp"
- android:src="@mipmap/qr" />
- </RelativeLayout>
- </LinearLayout>
- <LinearLayout
- android:orientation="horizontal"
- android:layout_width="match_parent"
- android:layout_marginTop="20dp"
- android:layout_height="wrap_content">
- <RelativeLayout
- android:layout_width="0dp"
- android:orientation="vertical"
- android:background="@drawable/border_report"
- android:layout_weight="1"
- android:padding="10dp"
- android:layout_marginRight="-2dp"
- android:layout_height="match_parent">
- <ImageView
- android:layout_centerInParent="true"
- android:layout_width="20dp"
- android:layout_height="wrap_content"
- android:src="@mipmap/dun" />
- </RelativeLayout>
- <LinearLayout
- android:layout_width="0dp"
- android:orientation="vertical"
- android:layout_weight="6"
- android:padding="5dp"
- android:background="@drawable/border_report"
- android:layout_height="wrap_content">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textColor="#97885c"
- android:text="免责声明:"
- android:textSize="8sp"
- android:textStyle="bold" />
- <TextView
- android:id="@+id/vndetail_tv_disclaimer"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/vndeatil_disclaimer"
- android:textColor="#97885c"
- android:textSize="8sp" />
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
- </ScrollView>
- <RelativeLayout
- android:layout_centerHorizontal="true"
- android:layout_alignParentBottom="true"
- android:paddingBottom="10dp"
- android:background="@color/white"
- android:paddingTop="10dp"
- android:gravity="center_horizontal"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <Button
- android:id="@+id/send_btn_report"
- android:layout_width="140dp"
- android:layout_height="35dp"
- android:background="@drawable/small_btn"
- android:paddingLeft="20dp"
- android:paddingRight="20dp"
- android:text="@string/report_fuhe"
- android:textColor="@color/white"
- android:textSize="15.3sp" />
- </RelativeLayout>
- </RelativeLayout>
|