|
@@ -31,7 +31,7 @@
|
|
|
android:id="@+id/ll_time"
|
|
android:id="@+id/ll_time"
|
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="0dp"
|
|
android:layout_height="0dp"
|
|
|
- android:layout_margin="10px"
|
|
|
|
|
|
|
+ android:layout_margin="3dp"
|
|
|
android:background="@color/colorPrimary"
|
|
android:background="@color/colorPrimary"
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
app:layout_constraintBottom_toTopOf="@id/ll_sop"
|
|
app:layout_constraintBottom_toTopOf="@id/ll_sop"
|
|
@@ -52,11 +52,11 @@
|
|
|
android:id="@+id/ll_sop"
|
|
android:id="@+id/ll_sop"
|
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="0dp"
|
|
android:layout_height="0dp"
|
|
|
- android:layout_margin="10px"
|
|
|
|
|
|
|
+ android:layout_margin="3dp"
|
|
|
android:background="@color/colorPrimary"
|
|
android:background="@color/colorPrimary"
|
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintLeft_toLeftOf="@id/ll_time"
|
|
|
|
|
|
|
+ app:layout_constraintLeft_toLeftOf="@id/barrier"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@id/ll_time">
|
|
app:layout_constraintTop_toBottomOf="@id/ll_time">
|
|
|
|
|
|
|
@@ -80,17 +80,17 @@
|
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="horizontal"
|
|
android:orientation="horizontal"
|
|
|
|
|
+ android:visibility="gone"
|
|
|
app:layout_constraintHorizontal_weight="1"
|
|
app:layout_constraintHorizontal_weight="1"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintRight_toLeftOf="@id/barrier"
|
|
app:layout_constraintRight_toLeftOf="@id/barrier"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
|
|
- android:visibility="gone">
|
|
|
|
|
|
|
+ app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_module_left"
|
|
android:id="@+id/ll_module_left"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_margin="10px"
|
|
|
|
|
|
|
+ android:layout_margin="3dp"
|
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
|
android:background="@color/colorPrimary"
|
|
android:background="@color/colorPrimary"
|
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
@@ -101,7 +101,7 @@
|
|
|
android:id="@+id/ll_module_right"
|
|
android:id="@+id/ll_module_right"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_margin="10px"
|
|
|
|
|
|
|
+ android:layout_margin="3dp"
|
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
|
android:background="@color/colorPrimary"
|
|
android:background="@color/colorPrimary"
|
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
@@ -123,36 +123,36 @@
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="0dp"
|
|
android:layout_height="0dp"
|
|
|
|
|
+ android:layout_margin="3dp"
|
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
|
- android:background="@color/colorPrimary"
|
|
|
|
|
- android:layout_margin="10px">
|
|
|
|
|
|
|
+ android:background="@color/colorPrimary">
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="0dp"
|
|
android:layout_height="0dp"
|
|
|
|
|
+ android:layout_margin="3dp"
|
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
|
- android:background="@color/colorPrimary"
|
|
|
|
|
- android:layout_margin="10px">
|
|
|
|
|
|
|
+ android:background="@color/colorPrimary">
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="0dp"
|
|
android:layout_height="0dp"
|
|
|
|
|
+ android:layout_margin="3dp"
|
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
|
- android:background="@color/colorPrimary"
|
|
|
|
|
- android:layout_margin="10px">
|
|
|
|
|
|
|
+ android:background="@color/colorPrimary">
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="0dp"
|
|
android:layout_height="0dp"
|
|
|
|
|
+ android:layout_margin="3dp"
|
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
|
- android:background="@color/colorPrimary"
|
|
|
|
|
- android:layout_margin="10px">
|
|
|
|
|
|
|
+ android:background="@color/colorPrimary">
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|