|
@@ -3,53 +3,152 @@
|
|
|
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="54dp"
|
|
|
- android:padding="6dp">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/tab_imagev"
|
|
|
- android:layout_width="6dp"
|
|
|
- android:layout_height="6dp"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="#000000"
|
|
|
- android:visibility="gone"/>
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="#ffffff"
|
|
|
+ android:layout_marginTop="6px"
|
|
|
+ android:paddingTop="4dp"
|
|
|
+ android:paddingBottom="4dp">
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_toRightOf="@+id/tab_imagev"
|
|
|
- android:layout_marginLeft="4dp"
|
|
|
+ android:id="@+id/tab_linyout"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="9px"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/sickbed_tv"
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/tab_imagev"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="---"
|
|
|
- android:textSize="16sp" />
|
|
|
+ android:src="@drawable/lai_dian_tou_xiang_bg" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/name_tv"
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/call_status_imagev"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="--"
|
|
|
- android:textSize="12sp" />
|
|
|
-
|
|
|
+ android:layout_marginTop="2px"
|
|
|
+ android:src="@drawable/hu_ru_wei_jie" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/call_duration_tv"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:text="--"
|
|
|
- android:textSize="12sp" />
|
|
|
-
|
|
|
- <View
|
|
|
+ <RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:background="@color/color_white"
|
|
|
- android:layout_alignParentBottom="true"/>
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginTop="4px"
|
|
|
+ android:layout_marginRight="9px"
|
|
|
+ android:layout_toRightOf="@+id/tab_linyout">
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/room_name_linlyout"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="6px">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/sickbed_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text=""
|
|
|
+ android:textSize="14px" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/call_time_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:text=""
|
|
|
+ android:textSize="12px"
|
|
|
+ android:visibility="gone"/>
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/nursing_project_relalyout"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@+id/room_name_linlyout"
|
|
|
+ android:layout_marginLeft="6px"
|
|
|
+ android:layout_marginTop="4px"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/name_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text=""
|
|
|
+ android:textSize="14px" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/call_list_reply"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:drawableLeft="@drawable/hu_jiao"
|
|
|
+ android:drawablePadding="6px"
|
|
|
+ android:textSize="14px"
|
|
|
+ android:text="回拨" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/incident_linlyou"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:visibility="gone">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/treatment_state_imagev"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_marginRight="6px"
|
|
|
+ android:src="@drawable/yi_chu_li" />
|
|
|
+
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/project_tv"
|
|
|
+ android:layout_width="59px"
|
|
|
+ android:layout_height="20px"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text=""
|
|
|
+ android:background="@drawable/sp_event_handled"
|
|
|
+ android:textSize="12px" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/play_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@drawable/wei_bo_fang"
|
|
|
+ android:gravity="center" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@+id/nursing_project_relalyout"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginTop="4px"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/conductor_name_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginRight="10px"
|
|
|
+ android:text=""
|
|
|
+ android:textSize="12px"
|
|
|
+ android:visibility="gone"/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/processing_time_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text=""
|
|
|
+ android:textSize="12px" />
|
|
|
+ </LinearLayout>
|
|
|
+ </RelativeLayout>
|
|
|
</RelativeLayout>
|
|
|
</layout>
|