diff --git a/app/src/main/res/layout/fragment_grad_date.xml b/app/src/main/res/layout/fragment_grad_date.xml index 517ab29..94ca895 100644 --- a/app/src/main/res/layout/fragment_grad_date.xml +++ b/app/src/main/res/layout/fragment_grad_date.xml @@ -11,169 +11,174 @@ - - - - - + android:layout_height="match_parent" + android:orientation="vertical"> + + + + - - + + + + + + + + + + + app:layout_constraintTop_toBottomOf="@+id/iv_grad_date_card1"> + + + + + + - - - - - - - + + - + android:layout_marginBottom="6dp" + android:background="@drawable/bg_solid_gray_radius_25" + android:backgroundTint="@color/gray" + android:minHeight="0dp" + android:paddingTop="17dp" + android:paddingBottom="17dp" + android:stateListAnimator="@null" + android:text="저장하기" + android:textColor="@color/skyBlue" + android:visibility="@{vm.isEditMode ? 0 : 8}" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="@+id/tv_grad_date_memo" + app:layout_constraintStart_toStartOf="@+id/tv_grad_date_memo" /> - - - - - - - + \ No newline at end of file