From 514a222e8efd821dcbf8a26197b5dfa60f8f62ca Mon Sep 17 00:00:00 2001 From: l2zh Date: Sat, 15 Jul 2023 02:39:57 +0900 Subject: [PATCH] =?UTF-8?q?#32=20/=20=EB=8B=A4=EC=9D=B4=EC=96=BC=EB=A1=9C?= =?UTF-8?q?=EA=B7=B8=20=EB=B7=B0=20=EA=B7=B8=EB=A6=AC=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/datepicker_dialog.xml | 62 ++++++++++++++++ .../res/layout/no_title_action1_dialog.xml | 48 ++++++++++++ .../res/layout/no_title_action2_dialog.xml | 63 ++++++++++++++++ .../main/res/layout/title_action1_dialog.xml | 59 +++++++++++++++ .../main/res/layout/title_action2_dialog.xml | 73 +++++++++++++++++++ 5 files changed, 305 insertions(+) create mode 100644 app/src/main/res/layout/datepicker_dialog.xml create mode 100644 app/src/main/res/layout/no_title_action1_dialog.xml create mode 100644 app/src/main/res/layout/no_title_action2_dialog.xml create mode 100644 app/src/main/res/layout/title_action1_dialog.xml create mode 100644 app/src/main/res/layout/title_action2_dialog.xml diff --git a/app/src/main/res/layout/datepicker_dialog.xml b/app/src/main/res/layout/datepicker_dialog.xml new file mode 100644 index 00000000..c0769d67 --- /dev/null +++ b/app/src/main/res/layout/datepicker_dialog.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/no_title_action1_dialog.xml b/app/src/main/res/layout/no_title_action1_dialog.xml new file mode 100644 index 00000000..3f9979fc --- /dev/null +++ b/app/src/main/res/layout/no_title_action1_dialog.xml @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/no_title_action2_dialog.xml b/app/src/main/res/layout/no_title_action2_dialog.xml new file mode 100644 index 00000000..7c24f683 --- /dev/null +++ b/app/src/main/res/layout/no_title_action2_dialog.xml @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/title_action1_dialog.xml b/app/src/main/res/layout/title_action1_dialog.xml new file mode 100644 index 00000000..6ee20dcc --- /dev/null +++ b/app/src/main/res/layout/title_action1_dialog.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/title_action2_dialog.xml b/app/src/main/res/layout/title_action2_dialog.xml new file mode 100644 index 00000000..7da9d008 --- /dev/null +++ b/app/src/main/res/layout/title_action2_dialog.xml @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file