app/src/main/res/layout/fragment_task.xml
@@ -5,7 +5,7 @@
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/taskBG"
    tools:context="cn.flightfeather.thirdapp.module.task.TaskFragment">
    tools:context="cn.flightfeather.thirdappmodule.module.task.TaskFragment">
    <FrameLayout
        android:layout_width="match_parent"
@@ -40,7 +40,7 @@
    <android.support.v7.widget.CardView
        android:id="@+id/card_view"
        android:layout_width="0dp"
        android:layout_height="wrap_content"
        android:layout_height="0dp"
        android:layout_marginBottom="15dp"
        android:layout_marginLeft="20dp"
        android:layout_marginRight="20dp"
@@ -50,7 +50,8 @@
        app:cardElevation="8dp"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintTop_toBottomOf="@id/tv_task_title">
        app:layout_constraintTop_toBottomOf="@id/tv_task_title"
        app:layout_constraintBottom_toTopOf="@id/task_progress_llcontainer">
        <LinearLayout
            android:layout_width="wrap_content"
@@ -61,7 +62,7 @@
            <RelativeLayout
                android:layout_width="match_parent"
                android:layout_height="120dp"
                android:layout_height="0dp"
                android:layout_marginLeft="12dp"
                android:layout_marginRight="12dp"
                android:layout_weight="1">
@@ -178,12 +179,14 @@
        android:layout_height="wrap_content"
        android:layout_below="@id/card_view"
        android:gravity="center"
        android:visibility="gone"
        android:layout_marginLeft="20dp"
        android:layout_marginRight="20dp"
        android:layout_marginTop="16dp"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintTop_toBottomOf="@id/card_view">
        app:layout_constraintTop_toBottomOf="@id/card_view"
        app:layout_constraintBottom_toTopOf="@id/rl_add_task">
        <LinearLayout
            android:id="@+id/day_task"
@@ -196,7 +199,7 @@
            app:layout_constraintTop_toTopOf="parent"
            app:layout_constraintHorizontal_chainStyle="spread_inside">
            <cn.flightfeather.thirdapp.view.CircleProgressView
            <cn.flightfeather.thirdappmodule.view.CircleProgressView
                android:id="@+id/daytask_circleprogress"
                android:layout_width="54dp"
                android:layout_height="54dp"
@@ -223,7 +226,7 @@
            android:background="@drawable/shape_white"
            android:orientation="vertical">
            <cn.flightfeather.thirdapp.view.CircleProgressView
            <cn.flightfeather.thirdappmodule.view.CircleProgressView
                android:id="@+id/weektask_circleprogress"
                android:layout_width="54dp"
                android:layout_height="54dp"
@@ -250,7 +253,7 @@
            android:background="@drawable/shape_white"
            android:orientation="vertical">
            <cn.flightfeather.thirdapp.view.CircleProgressView
            <cn.flightfeather.thirdappmodule.view.CircleProgressView
                android:id="@+id/monthtask_circleprogress"
                android:layout_width="54dp"
                android:layout_height="54dp"