فهرست منبع

1.添加查看理疗方案详情UI

王鹏鹏 2 سال پیش
والد
کامیت
be9e43bcf3
1فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 8 0
      workbenches/src/main/res/layout/item_training_content.xml

+ 8 - 0
workbenches/src/main/res/layout/item_training_content.xml

@@ -67,6 +67,14 @@
             app:layout_constraintStart_toEndOf="@id/tvCognitiveTraining"
             tools:ignore="MissingConstraints" />
 
+        <View
+            android:layout_width="match_parent"
+            android:layout_height="@dimen/divider_1px"
+            android:background="@color/color_FFCFD9FF"
+            app:layout_constraintBottom_toBottomOf="parent"
+            app:layout_constraintEnd_toEndOf="parent"
+            app:layout_constraintStart_toStartOf="parent" />
+
     </androidx.constraintlayout.widget.ConstraintLayout>
 
 </layout>