|
@@ -24,28 +24,6 @@
|
|
android:text=""
|
|
android:text=""
|
|
android:textSize="18sp" />
|
|
android:textSize="18sp" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="match_parent"
|
|
|
|
- android:layout_marginTop="5dp"
|
|
|
|
- android:layout_marginEnd="10dp"
|
|
|
|
- android:layout_weight="1"
|
|
|
|
- android:gravity="right"
|
|
|
|
- android:orientation="horizontal">
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- android:id="@+id/im_call_time_tv"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="match_parent"
|
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
|
- android:layout_marginStart="5dp"
|
|
|
|
- android:gravity="right"
|
|
|
|
- android:orientation="horizontal"
|
|
|
|
- android:text=""
|
|
|
|
- android:textSize="14sp" />
|
|
|
|
-
|
|
|
|
- </LinearLayout>
|
|
|
|
-
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
@@ -56,6 +34,16 @@
|
|
android:gravity="right"
|
|
android:gravity="right"
|
|
android:orientation="horizontal">
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/im_call_time_tv"
|
|
|
|
+ android:layout_width="0dp"
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
|
+ android:layout_marginStart="10dp"
|
|
|
|
+ android:text=""
|
|
|
|
+ android:textSize="14sp" />
|
|
|
|
+
|
|
<ImageView
|
|
<ImageView
|
|
android:id="@+id/im_treatment_state_imagev"
|
|
android:id="@+id/im_treatment_state_imagev"
|
|
android:layout_width="30dp"
|
|
android:layout_width="30dp"
|