From 4547ba47309d96579f996a971f76cf603aa0efee Mon Sep 17 00:00:00 2001 From: onpyeong Date: Tue, 21 Jun 2022 20:53:34 +0900 Subject: [PATCH] [UI] #15 - Init PrepareActivity Layout --- .../src/main/res/layout/activity_prepare.xml | 88 +++++++++++++ .../src/main/res/layout/item_prepare.xml | 122 ++++++++++++++++++ 2 files changed, 210 insertions(+) create mode 100644 features/prepare/src/main/res/layout/activity_prepare.xml create mode 100644 features/prepare/src/main/res/layout/item_prepare.xml diff --git a/features/prepare/src/main/res/layout/activity_prepare.xml b/features/prepare/src/main/res/layout/activity_prepare.xml new file mode 100644 index 0000000..4133194 --- /dev/null +++ b/features/prepare/src/main/res/layout/activity_prepare.xml @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/features/prepare/src/main/res/layout/item_prepare.xml b/features/prepare/src/main/res/layout/item_prepare.xml new file mode 100644 index 0000000..00d4dfd --- /dev/null +++ b/features/prepare/src/main/res/layout/item_prepare.xml @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file