From 6c11b883102443f661f15d1b261aec5fd6f04686 Mon Sep 17 00:00:00 2001 From: Thirfir Date: Sun, 5 Nov 2023 16:10:12 +0900 Subject: [PATCH] #111 [add] shop information data MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 상점 정보 텍스트들 --- .idea/compiler.xml | 12 ++++----- .idea/gradle.xml | 2 +- .../jjbaksa/jjbaksa/ui/shop/ShopActivity.kt | 26 +++++++++++++++---- app/src/main/res/layout/activity_shop.xml | 13 ++++++---- app/src/main/res/values/strings.xml | 3 ++- .../com/jjbaksa/data/mapper/RespMapper.kt | 2 ++ .../jjbaksa/data/model/pin/ShopDetailResp.kt | 4 +++ .../jjbaksa/domain/model/shop/ShopDetail.kt | 2 ++ gradle/wrapper/gradle-wrapper.properties | 6 ++--- 9 files changed, 49 insertions(+), 21 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 2500e213..923be03b 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -2,12 +2,12 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index e8bdd8c9..f3adca57 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -7,7 +7,7 @@