| | |
| | | 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" |
| | |
| | | <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" |
| | |
| | | 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" |
| | |
| | | |
| | | <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"> |
| | |
| | | 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" |
| | |
| | | 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" |
| | |
| | | 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" |
| | |
| | | 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" |