Explorar el Código

<主机item加个分隔线>

weizhengliang hace 5 años
padre
commit
3e8318a9e2
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      app/src/main/res/layout/fragment_nurse_host_item_layout.xml

+ 9 - 0
app/src/main/res/layout/fragment_nurse_host_item_layout.xml

@@ -16,6 +16,15 @@
         android:layout_alignParentRight="true"
         android:layout_marginRight="20dp"/>
 
+    <View
+        android:layout_width="2dp"
+        android:layout_height="match_parent"
+        android:layout_toLeftOf="@id/iv_nurse_host_call"
+        android:background="@color/product_bottom_shopcar_bg_color"
+        android:layout_marginRight="10dp"
+        android:layout_marginBottom="8dp"
+        android:layout_marginTop="8dp"/>
+
     <TextView
         android:id="@+id/tv_nurse_host_name"
         android:layout_width="140dp"