From 04efe17d7f6fd7f0ec269590209eaeeaa7562ccd Mon Sep 17 00:00:00 2001 From: crownjoe Date: Tue, 16 Jan 2024 03:52:27 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[FEAT/#114]=20=EB=8D=B0=EC=9D=B4=ED=8A=B8?= =?UTF-8?q?=ED=94=BC=EC=BB=A4=20=EB=B0=94=ED=85=80=EC=8B=9C=ED=8A=B8=20?= =?UTF-8?q?=ED=86=A0=EC=8A=A4=ED=8A=B8=20=EC=9C=84=EC=B9=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/AndroidManifest.xml | 2 +- .../BottomSheetDateContentFragment.kt | 9 +- .../drawable/shape_rect_4_gray700_fill.xml | 7 ++ .../drawable/shape_rect_4_white000_fill.xml | 2 +- .../shape_rect_top40_white000_fill.xml | 6 -- .../shape_rect_top4_white000_fill.xml | 16 ++++ .../fragment_bottom_sheet_date_content.xml | 85 ++++++++++++------- .../fragment_my_todo_create_bottom_sheet.xml | 4 +- .../fragment_our_todo_create_bottom_sheet.xml | 4 +- 9 files changed, 92 insertions(+), 43 deletions(-) create mode 100644 presentation/src/main/res/drawable/shape_rect_4_gray700_fill.xml delete mode 100644 presentation/src/main/res/drawable/shape_rect_top40_white000_fill.xml create mode 100644 presentation/src/main/res/drawable/shape_rect_top4_white000_fill.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index c5050383..c54faabc 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -98,7 +98,7 @@ + + + + + + diff --git a/presentation/src/main/res/drawable/shape_rect_4_white000_fill.xml b/presentation/src/main/res/drawable/shape_rect_4_white000_fill.xml index a0406f33..6151e171 100644 --- a/presentation/src/main/res/drawable/shape_rect_4_white000_fill.xml +++ b/presentation/src/main/res/drawable/shape_rect_4_white000_fill.xml @@ -5,4 +5,4 @@ - \ No newline at end of file + diff --git a/presentation/src/main/res/drawable/shape_rect_top40_white000_fill.xml b/presentation/src/main/res/drawable/shape_rect_top40_white000_fill.xml deleted file mode 100644 index 2fd1d528..00000000 --- a/presentation/src/main/res/drawable/shape_rect_top40_white000_fill.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/presentation/src/main/res/drawable/shape_rect_top4_white000_fill.xml b/presentation/src/main/res/drawable/shape_rect_top4_white000_fill.xml new file mode 100644 index 00000000..36901626 --- /dev/null +++ b/presentation/src/main/res/drawable/shape_rect_top4_white000_fill.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + diff --git a/presentation/src/main/res/layout/fragment_bottom_sheet_date_content.xml b/presentation/src/main/res/layout/fragment_bottom_sheet_date_content.xml index 7ec9fc47..6aafd780 100644 --- a/presentation/src/main/res/layout/fragment_bottom_sheet_date_content.xml +++ b/presentation/src/main/res/layout/fragment_bottom_sheet_date_content.xml @@ -4,49 +4,76 @@ - - - + android:background="@color/transparent_60"> - + app:layout_constraintStart_toStartOf="parent" /> - + + + app:layout_constraintTop_toBottomOf="@+id/tv_error_toast"> + + + diff --git a/presentation/src/main/res/layout/fragment_my_todo_create_bottom_sheet.xml b/presentation/src/main/res/layout/fragment_my_todo_create_bottom_sheet.xml index e807c634..5110f67c 100644 --- a/presentation/src/main/res/layout/fragment_my_todo_create_bottom_sheet.xml +++ b/presentation/src/main/res/layout/fragment_my_todo_create_bottom_sheet.xml @@ -9,7 +9,7 @@ - \ No newline at end of file + diff --git a/presentation/src/main/res/layout/fragment_our_todo_create_bottom_sheet.xml b/presentation/src/main/res/layout/fragment_our_todo_create_bottom_sheet.xml index e807c634..5110f67c 100644 --- a/presentation/src/main/res/layout/fragment_our_todo_create_bottom_sheet.xml +++ b/presentation/src/main/res/layout/fragment_our_todo_create_bottom_sheet.xml @@ -9,7 +9,7 @@ - \ No newline at end of file + From d802df39e553b855376931b7d460f997dacf2d45 Mon Sep 17 00:00:00 2001 From: crownjoe Date: Tue, 16 Jan 2024 03:58:19 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[FEAT/#114]=20=EC=BD=94=EB=93=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index c54faabc..c5050383 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -98,7 +98,7 @@