소스 검색

<主机item加个分隔线>

weizhengliang 5 년 전
부모
커밋
3e8318a9e2
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  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"