From 54184b66afdabe45add71545bc9e0c890a0d497b Mon Sep 17 00:00:00 2001 From: seoyoon513 Date: Sun, 2 Apr 2023 19:13:42 +0900 Subject: [PATCH] =?UTF-8?q?[ui]=20#17=20xml=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Chapter09/app/src/main/res/layout/custom.xml | 27 ++++++++++++++++++ .../main/res/layout/view_activity_layout.xml | 28 +++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 Chapter09/app/src/main/res/layout/custom.xml create mode 100644 Chapter09/app/src/main/res/layout/view_activity_layout.xml diff --git a/Chapter09/app/src/main/res/layout/custom.xml b/Chapter09/app/src/main/res/layout/custom.xml new file mode 100644 index 0000000..2aa892d --- /dev/null +++ b/Chapter09/app/src/main/res/layout/custom.xml @@ -0,0 +1,27 @@ + + + + + + + \ No newline at end of file diff --git a/Chapter09/app/src/main/res/layout/view_activity_layout.xml b/Chapter09/app/src/main/res/layout/view_activity_layout.xml new file mode 100644 index 0000000..8090118 --- /dev/null +++ b/Chapter09/app/src/main/res/layout/view_activity_layout.xml @@ -0,0 +1,28 @@ + + + + + + + + \ No newline at end of file