From a92fc43729772be9f1ade93f10a9ae5b9d1b3f72 Mon Sep 17 00:00:00 2001
From: Ssamssamukja <109636635+Ssamssamukja@users.noreply.github.com>
Date: Tue, 21 May 2024 15:13:00 +0900
Subject: [PATCH] =?UTF-8?q?[nunu/#28]=20feat:=206=EC=A3=BC=EC=B0=A8=20?=
=?UTF-8?q?=EA=B5=AC=ED=98=841?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- item_album.xml 구현
---
.idea/workspace.xml | 156 ++----------------
.../app/src/main/res/layout/fragment_home.xml | 45 ++++-
.../app/src/main/res/layout/item_album.xml | 60 +++++++
3 files changed, 121 insertions(+), 140 deletions(-)
create mode 100644 UMC_6th/app/src/main/res/layout/item_album.xml
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index f0b0ff5..ef774bd 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,129 +4,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -141,28 +19,28 @@
-
+ {
+ "associatedIndex": 8
+}
- {
+ "keyToString": {
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
+ "RunOnceActivity.ShowReadmeOnStart": "true",
+ "RunOnceActivity.cidr.known.project.marker": "true",
+ "RunOnceActivity.readMode.enableVisualFormatting": "true",
+ "cf.first.check.clang-format": "false",
+ "cidr.known.project.marker": "true",
+ "git-widget-placeholder": "nunu/#23",
+ "kotlin-language-version-configured": "true",
+ "last_opened_file_path": "C:/Users/82107/Documents/GitHub/Android_A/UMC_6th",
+ "settings.editor.selected.configurable": "AndroidSdkUpdater"
}
-}]]>
+}
diff --git a/UMC_6th/app/src/main/res/layout/fragment_home.xml b/UMC_6th/app/src/main/res/layout/fragment_home.xml
index 4eb2599..7b9e877 100644
--- a/UMC_6th/app/src/main/res/layout/fragment_home.xml
+++ b/UMC_6th/app/src/main/res/layout/fragment_home.xml
@@ -2,6 +2,7 @@
@@ -120,7 +121,7 @@
android:text="해외"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@id/txSecondTitle" />
-
+
+
+
+
+
+
+
+
+
diff --git a/UMC_6th/app/src/main/res/layout/item_album.xml b/UMC_6th/app/src/main/res/layout/item_album.xml
new file mode 100644
index 0000000..86c8c2a
--- /dev/null
+++ b/UMC_6th/app/src/main/res/layout/item_album.xml
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file