346 lines
12 KiB
XML
346 lines
12 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:paddingStart="16dp"
|
|
android:paddingEnd="16dp"
|
|
android:paddingBottom="8dp">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/task_row_0"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:paddingTop="4dp"
|
|
android:visibility="gone">
|
|
|
|
<TextView
|
|
android:id="@+id/task_title_0"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:ellipsize="end"
|
|
android:maxLines="2"
|
|
android:textSize="13sp" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/task_label_bar_row_0"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="2dp"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/task_subtitle_0"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:ellipsize="end"
|
|
android:maxLines="2"
|
|
android:textSize="11sp" />
|
|
|
|
<ProgressBar
|
|
android:id="@+id/task_progress_0"
|
|
style="?android:attr/progressBarStyleHorizontal"
|
|
android:layout_width="112dp"
|
|
android:layout_height="8dp"
|
|
android:layout_marginStart="2dp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/task_row_1"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:paddingTop="4dp"
|
|
android:visibility="gone">
|
|
|
|
<TextView
|
|
android:id="@+id/task_title_1"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:ellipsize="end"
|
|
android:maxLines="2"
|
|
android:textSize="13sp" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/task_label_bar_row_1"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="2dp"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/task_subtitle_1"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:ellipsize="end"
|
|
android:maxLines="2"
|
|
android:textSize="11sp" />
|
|
|
|
<ProgressBar
|
|
android:id="@+id/task_progress_1"
|
|
style="?android:attr/progressBarStyleHorizontal"
|
|
android:layout_width="112dp"
|
|
android:layout_height="8dp"
|
|
android:layout_marginStart="2dp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/task_row_2"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:paddingTop="4dp"
|
|
android:visibility="gone">
|
|
|
|
<TextView
|
|
android:id="@+id/task_title_2"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:ellipsize="end"
|
|
android:maxLines="2"
|
|
android:textSize="13sp" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/task_label_bar_row_2"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="2dp"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/task_subtitle_2"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:ellipsize="end"
|
|
android:maxLines="2"
|
|
android:textSize="11sp" />
|
|
|
|
<ProgressBar
|
|
android:id="@+id/task_progress_2"
|
|
style="?android:attr/progressBarStyleHorizontal"
|
|
android:layout_width="112dp"
|
|
android:layout_height="8dp"
|
|
android:layout_marginStart="2dp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/task_row_3"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:paddingTop="4dp"
|
|
android:visibility="gone">
|
|
|
|
<TextView
|
|
android:id="@+id/task_title_3"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:ellipsize="end"
|
|
android:maxLines="2"
|
|
android:textSize="13sp" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/task_label_bar_row_3"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="2dp"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/task_subtitle_3"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:ellipsize="end"
|
|
android:maxLines="2"
|
|
android:textSize="11sp" />
|
|
|
|
<ProgressBar
|
|
android:id="@+id/task_progress_3"
|
|
style="?android:attr/progressBarStyleHorizontal"
|
|
android:layout_width="112dp"
|
|
android:layout_height="8dp"
|
|
android:layout_marginStart="2dp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/task_row_4"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:paddingTop="4dp"
|
|
android:visibility="gone">
|
|
|
|
<TextView
|
|
android:id="@+id/task_title_4"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:ellipsize="end"
|
|
android:maxLines="2"
|
|
android:textSize="13sp" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/task_label_bar_row_4"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="2dp"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/task_subtitle_4"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:ellipsize="end"
|
|
android:maxLines="2"
|
|
android:textSize="11sp" />
|
|
|
|
<ProgressBar
|
|
android:id="@+id/task_progress_4"
|
|
style="?android:attr/progressBarStyleHorizontal"
|
|
android:layout_width="112dp"
|
|
android:layout_height="8dp"
|
|
android:layout_marginStart="2dp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/task_row_5"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:paddingTop="4dp"
|
|
android:visibility="gone">
|
|
|
|
<TextView
|
|
android:id="@+id/task_title_5"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:ellipsize="end"
|
|
android:maxLines="2"
|
|
android:textSize="13sp" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/task_label_bar_row_5"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="2dp"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/task_subtitle_5"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:ellipsize="end"
|
|
android:maxLines="2"
|
|
android:textSize="11sp" />
|
|
|
|
<ProgressBar
|
|
android:id="@+id/task_progress_5"
|
|
style="?android:attr/progressBarStyleHorizontal"
|
|
android:layout_width="112dp"
|
|
android:layout_height="8dp"
|
|
android:layout_marginStart="2dp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/task_row_6"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:paddingTop="4dp"
|
|
android:visibility="gone">
|
|
|
|
<TextView
|
|
android:id="@+id/task_title_6"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:ellipsize="end"
|
|
android:maxLines="2"
|
|
android:textSize="13sp" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/task_label_bar_row_6"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="2dp"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/task_subtitle_6"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:ellipsize="end"
|
|
android:maxLines="2"
|
|
android:textSize="11sp" />
|
|
|
|
<ProgressBar
|
|
android:id="@+id/task_progress_6"
|
|
style="?android:attr/progressBarStyleHorizontal"
|
|
android:layout_width="112dp"
|
|
android:layout_height="8dp"
|
|
android:layout_marginStart="2dp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/task_row_7"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:paddingTop="4dp"
|
|
android:visibility="gone">
|
|
|
|
<TextView
|
|
android:id="@+id/task_title_7"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:ellipsize="end"
|
|
android:maxLines="2"
|
|
android:textSize="13sp" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/task_label_bar_row_7"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="2dp"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/task_subtitle_7"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:ellipsize="end"
|
|
android:maxLines="2"
|
|
android:textSize="11sp" />
|
|
|
|
<ProgressBar
|
|
android:id="@+id/task_progress_7"
|
|
style="?android:attr/progressBarStyleHorizontal"
|
|
android:layout_width="112dp"
|
|
android:layout_height="8dp"
|
|
android:layout_marginStart="2dp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|