Browse Source

<主机item加个分隔线>

weizhengliang 5 years ago
parent
commit
3e8318a9e2
1 changed files with 9 additions and 0 deletions
  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"