|
@@ -76,39 +76,6 @@
|
|
|
|
|
|
</TableLayout>
|
|
|
|
|
|
- <TableLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
-
|
|
|
- <TableRow
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent">
|
|
|
-
|
|
|
- <CheckBox
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_column="1"
|
|
|
- android:text="Запланирован"
|
|
|
- android:id="@+id/u_plane"/>
|
|
|
-
|
|
|
- <CheckBox
|
|
|
- android:id="@+id/u_run"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="13sp"
|
|
|
- android:checked="false"
|
|
|
- android:text="Выполняется" />
|
|
|
-
|
|
|
- <CheckBox
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="13sp"
|
|
|
- android:text="Выполнен"
|
|
|
- android:id="@+id/u_complit"/>
|
|
|
-
|
|
|
- </TableRow>
|
|
|
- </TableLayout>
|
|
|
-
|
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="303dp"
|