浏览代码

Merge branch 'develop' of https://github.com/swict/LifePlusAndroid into develop

hyodong.min 7 年之前
父节点
当前提交
7bd7c187b5

+ 49 - 3
app/src/main/res/layout/event_participation_item_address.xml

@@ -1,6 +1,52 @@
 <?xml version="1.0" encoding="utf-8"?>
-<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
-                                             android:layout_width="match_parent"
-                                             android:layout_height="match_parent">
+<android.support.constraint.ConstraintLayout
+  xmlns:android="http://schemas.android.com/apk/res/android"
+  xmlns:app="http://schemas.android.com/apk/res-auto"
+  xmlns:tools="http://schemas.android.com/tools"
+  android:layout_marginStart="25dp"
+  android:layout_marginEnd="25dp"
+  android:layout_width="match_parent"
+  android:layout_height="wrap_content">
+  <TextView
+    android:id="@+id/textView7"
+    android:layout_width="wrap_content"
+    android:layout_height="wrap_content"
+    android:layout_marginTop="23dp"
+    android:lineSpacingExtra="3.5sp"
+    android:text="@string/event_participation_address"
+    android:textColor="@color/C999999"
+    android:textSize="12sp"
+    app:layout_constraintStart_toStartOf="parent"/>
 
+
+  <EditText
+    android:id="@+id/edit_text_email"
+    android:layout_width="match_parent"
+    android:layout_height="80dp"
+    android:layout_marginTop="2dp"
+    android:background="@drawable/button_underline_background"
+    android:hint="@string/event_participation_email_hint"
+    android:lineSpacingExtra="6sp"
+    android:maxLength="5"
+    android:maxLines="1"
+    android:paddingStart="5dp"
+    android:paddingBottom="35dp"
+    android:textColorHint="@color/CC5C5C5"
+    android:textSize="14sp"
+    app:layout_constraintTop_toBottomOf="@+id/textView7"/>
+
+  <TextView
+    android:id="@+id/text_recommend_validation"
+    android:layout_width="wrap_content"
+    android:layout_height="wrap_content"
+    android:layout_marginTop="54dp"
+    android:layout_marginBottom="8dp"
+    android:lineSpacingExtra="3.5sp"
+    android:text="@string/event_participation_address_validation"
+    android:textColor="@color/C666666"
+    android:textSize="11sp"
+    app:layout_constraintStart_toStartOf="@+id/edit_text_email"
+    app:layout_constraintTop_toBottomOf="@+id/textView7"
+    app:layout_constraintVertical_chainStyle="spread_inside"
+    />
 </android.support.constraint.ConstraintLayout>

+ 50 - 3
app/src/main/res/layout/event_participation_item_email.xml

@@ -1,6 +1,53 @@
 <?xml version="1.0" encoding="utf-8"?>
-<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
-                                             android:layout_width="match_parent"
-                                             android:layout_height="match_parent">
+<android.support.constraint.ConstraintLayout
+  xmlns:android="http://schemas.android.com/apk/res/android"
+  xmlns:app="http://schemas.android.com/apk/res-auto"
+  xmlns:tools="http://schemas.android.com/tools"
+  android:layout_width="match_parent"
+  android:layout_height="wrap_content"
+  android:layout_marginStart="25dp"
+  android:layout_marginEnd="25dp">
 
+  <TextView
+    android:id="@+id/text_view_email"
+    android:layout_width="wrap_content"
+    android:layout_height="wrap_content"
+    android:layout_marginTop="23dp"
+    android:lineSpacingExtra="3.5sp"
+    android:text="@string/event_participation_email"
+    android:textColor="@color/C999999"
+    android:textSize="12sp"
+    app:layout_constraintStart_toStartOf="parent"/>
+
+
+  <EditText
+    android:id="@+id/edit_text_email"
+    android:layout_width="match_parent"
+    android:layout_height="80dp"
+    android:layout_marginTop="2dp"
+    android:background="@drawable/button_underline_background"
+    android:hint="@string/event_participation_email_hint"
+    android:lineSpacingExtra="6sp"
+    android:maxLength="5"
+    android:maxLines="1"
+    android:paddingStart="5dp"
+    android:paddingBottom="35dp"
+    android:textColorHint="@color/CC5C5C5"
+    android:textSize="14sp"
+    app:layout_constraintTop_toBottomOf="@+id/text_view_email"/>
+
+  <TextView
+    android:id="@+id/text_recommend_validation"
+    android:layout_width="wrap_content"
+    android:layout_height="wrap_content"
+    android:layout_marginTop="54dp"
+    android:layout_marginBottom="8dp"
+    android:lineSpacingExtra="4sp"
+    android:text="@string/event_participation_email_validation"
+    android:textColor="@color/C666666"
+    android:textSize="11sp"
+    app:layout_constraintStart_toStartOf="@+id/edit_text_email"
+    app:layout_constraintTop_toBottomOf="@+id/text_view_email"
+    app:layout_constraintVertical_chainStyle="spread_inside"
+    />
 </android.support.constraint.ConstraintLayout>

+ 52 - 3
app/src/main/res/layout/event_participation_item_name.xml

@@ -1,6 +1,55 @@
 <?xml version="1.0" encoding="utf-8"?>
-<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
-                                             android:layout_width="match_parent"
-                                             android:layout_height="match_parent">
+<android.support.constraint.ConstraintLayout
+  xmlns:android="http://schemas.android.com/apk/res/android"
+  xmlns:app="http://schemas.android.com/apk/res-auto"
+  xmlns:tools="http://schemas.android.com/tools"
+  android:layout_marginStart="25dp"
+  android:layout_marginEnd="25dp"
+  android:layout_width="match_parent"
+  android:layout_height="wrap_content">
 
+  <TextView
+    android:id="@+id/text_view_name"
+    android:layout_width="wrap_content"
+    android:layout_height="wrap_content"
+    android:layout_marginTop="23dp"
+    android:lineSpacingExtra="3.5sp"
+    android:text="@string/event_participation_name"
+    android:textColor="@color/C999999"
+    android:textSize="12sp"
+    app:layout_constraintStart_toStartOf="parent"/>
+
+
+  <EditText
+    android:id="@+id/edit_recommend_code"
+    android:layout_width="match_parent"
+    android:layout_height="80dp"
+    android:layout_marginTop="2dp"
+    android:background="@drawable/button_underline_background"
+    android:hint="@string/event_participation_name_hint"
+    android:inputType="textVisiblePassword"
+    android:lineSpacingExtra="6sp"
+    android:maxLength="5"
+    android:maxLines="1"
+    android:paddingStart="5dp"
+    android:paddingBottom="35dp"
+    android:textColorHint="@color/CC5C5C5"
+    android:textSize="14sp"
+    app:layout_constraintTop_toBottomOf="@+id/text_view_name"/>
+
+  <TextView
+    android:id="@+id/text_recommend_validation"
+    android:layout_width="wrap_content"
+    android:layout_height="wrap_content"
+    android:layout_marginTop="54dp"
+    android:layout_marginBottom="8dp"
+    android:lineSpacingExtra="3.5sp"
+    android:text="@string/event_participation_name_validation"
+    android:textColor="@color/C666666"
+    android:textSize="11sp"
+    app:layout_constraintBottom_toTopOf="@+id/button_registering"
+    app:layout_constraintStart_toStartOf="@+id/edit_recommend_code"
+    app:layout_constraintTop_toBottomOf="@+id/text_view_name"
+    app:layout_constraintVertical_chainStyle="spread_inside"
+    />
 </android.support.constraint.ConstraintLayout>

+ 89 - 3
app/src/main/res/layout/event_participation_item_nickname.xml

@@ -1,6 +1,92 @@
 <?xml version="1.0" encoding="utf-8"?>
-<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
-                                             android:layout_width="match_parent"
-                                             android:layout_height="match_parent">
+<android.support.constraint.ConstraintLayout
+  xmlns:android="http://schemas.android.com/apk/res/android"
+  xmlns:app="http://schemas.android.com/apk/res-auto"
+  xmlns:tools="http://schemas.android.com/tools"
+  android:layout_width="match_parent"
+  android:layout_height="wrap_content"
+  android:layout_marginStart="25dp"
+  android:layout_marginEnd="25dp">
 
+  <TextView
+    android:id="@+id/text_view_nick_name"
+    android:layout_width="wrap_content"
+    android:layout_height="38dp"
+    android:lineSpacingExtra="4sp"
+    android:text="@string/event_participation_nickname"
+    android:textColor="@color/C999999"
+    android:textSize="12sp"
+    />
+
+  <RadioGroup
+    android:id="@+id/radio_group_store"
+    android:layout_width="match_parent"
+    android:layout_height="wrap_content"
+    android:orientation="horizontal"
+    android:layout_marginTop="15dp"
+    app:layout_constraintTop_toBottomOf="@+id/text_view_nick_name">
+
+    <RadioButton
+      android:id="@+id/radio_button_app_store"
+      android:layout_width="wrap_content"
+      android:layout_height="wrap_content"
+      android:layout_marginEnd="25dp"
+      android:background="@null"
+      android:button="@null"
+      android:checked="true"
+      android:drawableLeft="@drawable/my_faq_radio_selector"
+      android:drawablePadding="8dp"
+      android:lineSpacingExtra="6sp"
+      android:text="@string/app_store"
+      android:textColor="@drawable/my_faq_radio_text_selector"
+      android:textSize="14sp"
+      />
+
+    <RadioButton
+      android:id="@+id/radio_button_google"
+      android:layout_width="wrap_content"
+      android:layout_height="wrap_content"
+      android:layout_marginEnd="25dp"
+      android:background="@null"
+      android:button="@null"
+      android:drawableLeft="@drawable/my_faq_radio_selector"
+      android:drawablePadding="8dp"
+      android:lineSpacingExtra="6sp"
+      android:text="@string/google_store"
+      android:textColor="@drawable/my_faq_radio_text_selector"
+      android:textSize="14sp"
+      />
+  </RadioGroup>
+
+  <EditText
+    android:id="@+id/edit_text_nickname"
+    android:layout_width="match_parent"
+    android:layout_height="80dp"
+    android:layout_marginTop="6dp"
+    android:background="@drawable/button_underline_background"
+    android:hint="@string/event_participation_nickname_hint"
+    android:inputType="textVisiblePassword"
+    android:lineSpacingExtra="6sp"
+    android:maxLength="5"
+    android:maxLines="1"
+    android:paddingStart="5dp"
+    android:paddingBottom="35dp"
+    android:textColorHint="@color/CC5C5C5"
+    android:textSize="14sp"
+    app:layout_constraintTop_toBottomOf="@+id/radio_group_store"/>
+
+  <TextView
+    android:id="@+id/text_view_nick_name_validation"
+    android:layout_width="wrap_content"
+    android:layout_height="wrap_content"
+    android:layout_marginTop="54dp"
+    android:layout_marginBottom="8dp"
+    android:lineSpacingExtra="4sp"
+    android:text="@string/event_participation_nickname_validation"
+    android:textColor="@color/C666666"
+    android:textSize="11sp"
+    app:layout_constraintTop_toBottomOf="@+id/edit_text_nickname"
+    app:layout_constraintTop_toTopOf="@+id/edit_text_nickname"
+    app:layout_constraintVertical_chainStyle="spread_inside"
+    />
 </android.support.constraint.ConstraintLayout>

+ 57 - 3
app/src/main/res/layout/event_participation_item_phone.xml

@@ -1,6 +1,60 @@
 <?xml version="1.0" encoding="utf-8"?>
-<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
-                                             android:layout_width="match_parent"
-                                             android:layout_height="match_parent">
+<android.support.constraint.ConstraintLayout
+  xmlns:android="http://schemas.android.com/apk/res/android"
+  xmlns:app="http://schemas.android.com/apk/res-auto"
+  xmlns:tools="http://schemas.android.com/tools"
+  android:layout_marginStart="25dp"
+  android:layout_marginEnd="25dp"
+  android:layout_width="match_parent"
+  android:layout_height="wrap_content">
 
+  <kr.co.zumo.app.lifeplus.view.custom.CustomSpinner
+    android:id="@+id/spinner_phone_number"
+    android:layout_width="100dp"
+    android:layout_height="44dp"
+    android:layout_marginStart="5dp"
+    android:background="@drawable/spinner_drop_down"
+    android:entries="@array/phone_numbers"
+    android:focusable="true"
+    android:lineSpacingExtra="5sp"
+    android:textColor="@color/C000000"
+    android:textSize="14sp"/>
+
+  <View
+    android:layout_width="100dp"
+    android:layout_height="1dp"
+    app:layout_constraintTop_toBottomOf="@+id/spinner_phone_number"
+    app:layout_constraintStart_toStartOf="parent"
+    android:background="@color/CE5E5E5"/>
+  <EditText
+    android:id="@+id/edit_text_phone_number"
+    android:layout_width="0dp"
+    app:layout_constraintDimensionRatio="V, 199:45"
+    android:layout_height="80dp"
+    android:layout_marginTop="2dp"
+    android:background="@drawable/button_underline_background"
+    android:hint="@string/event_participation_phone_hint"
+    android:lineSpacingExtra="6sp"
+    android:maxLength="5"
+    android:maxLines="1"
+    android:layout_marginStart="12dp"
+    android:paddingStart="5dp"
+    android:paddingBottom="35dp"
+    android:textColorHint="@color/CC5C5C5"
+    android:textSize="14sp"
+    app:layout_constraintStart_toEndOf="@+id/spinner_phone_number"/>
+  <TextView
+    android:id="@+id/text_view_phone_number_validation"
+    android:layout_width="wrap_content"
+    android:layout_height="wrap_content"
+    android:layout_marginTop="54dp"
+    android:layout_marginBottom="8dp"
+    android:lineSpacingExtra="3.5sp"
+    android:text="@string/event_participation_phone_validation"
+    android:textColor="@color/C666666"
+    android:textSize="11sp"
+    app:layout_constraintStart_toStartOf="parent"
+    app:layout_constraintTop_toTopOf="@+id/edit_text_phone_number"
+    app:layout_constraintVertical_chainStyle="spread_inside"
+    />
 </android.support.constraint.ConstraintLayout>

+ 104 - 3
app/src/main/res/layout/event_participation_item_score.xml

@@ -1,6 +1,107 @@
 <?xml version="1.0" encoding="utf-8"?>
-<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
-                                             android:layout_width="match_parent"
-                                             android:layout_height="match_parent">
+<android.support.constraint.ConstraintLayout
+  xmlns:android="http://schemas.android.com/apk/res/android"
+  xmlns:app="http://schemas.android.com/apk/res-auto"
+  xmlns:tools="http://schemas.android.com/tools"
+  android:layout_width="match_parent"
+  android:layout_height="wrap_content"
 
+  android:layout_marginStart="25dp"
+  android:layout_marginEnd="25dp">
+
+  <TextView
+    android:id="@+id/text_view_score"
+    android:layout_width="wrap_content"
+    android:layout_height="wrap_content"
+    android:lineSpacingExtra="4sp"
+    android:text="@string/event_participation_score"
+    android:textColor="@color/C999999"
+    android:textSize="12sp"
+    />
+
+  <EditText
+    android:id="@+id/edit_text_score1"
+    android:layout_width="0dp"
+    android:layout_height="80dp"
+    android:layout_marginTop="2dp"
+    android:background="@drawable/button_underline_background"
+    android:hint="@string/korea"
+    android:lineSpacingExtra="6sp"
+    android:maxLength="5"
+    android:maxLines="1"
+    android:paddingStart="5dp"
+    android:paddingBottom="35dp"
+    android:textColorHint="@color/CC5C5C5"
+    android:textSize="14sp"
+    app:layout_constraintDimensionRatio="V, 1 :0"
+    app:layout_constraintEnd_toStartOf="@+id/view"
+    app:layout_constraintHorizontal_bias="0.5"
+    app:layout_constraintHorizontal_chainStyle="spread_inside"
+    app:layout_constraintStart_toStartOf="@+id/text_view_score"
+    app:layout_constraintTop_toBottomOf="@+id/text_view_score"/>
+
+  <android.support.constraint.ConstraintLayout
+    android:id="@+id/view"
+    android:layout_width="wrap_content"
+    android:layout_height="wrap_content"
+    app:layout_constraintTop_toBottomOf="@+id/text_view_score"
+    android:layout_marginTop="23dp"
+    android:paddingStart="6dp"
+    android:paddingEnd="6dp"
+    app:layout_constraintEnd_toStartOf="@+id/edit_text_score2"
+    app:layout_constraintStart_toEndOf="@+id/edit_text_score1">
+
+    <View
+      android:id="@+id/view1"
+      android:layout_width="1dp"
+      android:layout_height="1dp"
+      android:background="@color/C000000"
+      app:layout_constraintBottom_toTopOf="@+id/view2"/>
+
+    <View
+      android:id="@+id/view2"
+      android:layout_width="1dp"
+      android:layout_height="1dp"
+      android:layout_marginTop="4dp"
+      android:background="@color/C000000"
+      app:layout_constraintTop_toBottomOf="@+id/view1"/>
+  </android.support.constraint.ConstraintLayout>
+
+  <EditText
+    android:id="@+id/edit_text_score2"
+    android:layout_width="0dp"
+    android:layout_height="80dp"
+    android:layout_marginStart="12dp"
+    android:layout_marginTop="2dp"
+    android:background="@drawable/button_underline_background"
+    android:hint="@string/sweden"
+    android:lineSpacingExtra="6sp"
+    android:maxLength="5"
+    android:maxLines="1"
+    android:paddingStart="5dp"
+    android:paddingBottom="35dp"
+    android:textColorHint="@color/CC5C5C5"
+    android:textSize="14sp"
+    app:layout_constraintDimensionRatio="V, 1 :0"
+    app:layout_constraintEnd_toEndOf="parent"
+    app:layout_constraintHorizontal_bias="0.5"
+    app:layout_constraintHorizontal_chainStyle="packed"
+    app:layout_constraintStart_toEndOf="@+id/view"
+    app:layout_constraintTop_toBottomOf="@+id/text_view_score"/>
+
+
+  <TextView
+    android:id="@+id/text_view_nick_name_validation"
+    android:layout_width="wrap_content"
+    android:layout_height="wrap_content"
+    android:layout_marginTop="54dp"
+    android:layout_marginBottom="8dp"
+    android:lineSpacingExtra="4sp"
+    android:text="@string/event_participation_score_validation"
+    android:textColor="@color/C666666"
+    android:textSize="11sp"
+    app:layout_constraintTop_toBottomOf="@+id/edit_text_nickname"
+    app:layout_constraintTop_toTopOf="@+id/edit_text_score1"
+    app:layout_constraintVertical_chainStyle="spread_inside"
+    />
 </android.support.constraint.ConstraintLayout>

+ 65 - 3
app/src/main/res/layout/event_participation_item_title.xml

@@ -1,6 +1,68 @@
 <?xml version="1.0" encoding="utf-8"?>
-<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
-                                             android:layout_width="match_parent"
-                                             android:layout_height="match_parent">
+<android.support.constraint.ConstraintLayout
+  xmlns:android="http://schemas.android.com/apk/res/android"
+  xmlns:app="http://schemas.android.com/apk/res-auto"
+  xmlns:tools="http://schemas.android.com/tools"
+  android:layout_width="match_parent"
+  android:layout_height="wrap_content">
 
+  <ImageView
+    android:id="@+id/image_view_background"
+    android:layout_width="match_parent"
+    android:layout_height="269dp"
+    tools:background="@color/CF8F8F8"/>
+
+  <View
+    android:layout_width="match_parent"
+    android:layout_height="0dp"
+    android:background="@color/C66000000"
+    app:layout_constraintBottom_toBottomOf="@+id/image_view_background"
+    app:layout_constraintEnd_toEndOf="@+id/image_view_background"
+    app:layout_constraintStart_toStartOf="@+id/image_view_background"
+    app:layout_constraintTop_toTopOf="@+id/image_view_background"/>
+
+  <TextView
+    android:id="@+id/text_view_title"
+    android:layout_width="match_parent"
+    android:layout_height="wrap_content"
+    android:layout_marginStart="35dp"
+    android:layout_marginTop="40dp"
+    android:lineSpacingExtra="9.5sp"
+    android:textColor="@color/CFFFFFF"
+    android:textSize="25sp"
+    android:textStyle="bold"
+    app:layout_constraintStart_toStartOf="parent"
+    app:layout_constraintTop_toTopOf="parent"
+    tools:text="앱 후기 남기고
+1,000코인 득템하자!"/>
+
+  <TextView
+    android:id="@+id/text_view_sub_title"
+    android:layout_width="wrap_content"
+    android:layout_height="wrap_content"
+    android:layout_marginStart="35dp"
+    android:layout_marginTop="9dp"
+    android:lineSpacingExtra="4sp"
+    android:textColor="@color/CFFFFFF"
+    android:textSize="11sp"
+    app:layout_constraintStart_toStartOf="parent"
+    app:layout_constraintTop_toBottomOf="@+id/text_view_title"
+    tools:layout_editor_absoluteX="16dp"
+    tools:layout_editor_absoluteY="127dp"
+    tools:text="2018.07.15 ~ 2018.07.22"/>
+
+  <TextView
+    android:id="@+id/text_view_detail"
+    android:layout_width="wrap_content"
+    android:layout_height="wrap_content"
+    android:layout_marginStart="35dp"
+    android:layout_marginTop="44dp"
+    android:lineSpacingExtra="10sp"
+    android:textColor="@color/CFFFFFF"
+    android:textSize="12sp"
+    app:layout_constraintStart_toStartOf="parent"
+    app:layout_constraintTop_toBottomOf="@+id/text_view_sub_title"
+    tools:text="Lifeplus에게 하고 싶었던 이야기나
+만족스러웠던 부분을 스토어 리뷰로 남겨주세요!
+추첨을 통해 푸짐한 경품을 드립니다."/>
 </android.support.constraint.ConstraintLayout>

+ 30 - 3
app/src/main/res/values/strings.xml

@@ -534,7 +534,6 @@
   <string name="go_contents">지금 보러가기</string>
 
 
-
   <string name="one_week">1주일</string>
   <string name="one_month">1개월</string>
   <string name="three_month">3개월</string>
@@ -756,6 +755,34 @@
 
   <string name="event_pop_up_title">꼭 확인하세요!</string>
 
+  <!--이벤트 참여-->
+  <string name="event_participation_email">응모자 이메일 주소</string>
+  <string name="event_participation_email_hint">이메일 주소를 입력해주세요.</string>
+  <string name="event_participation_email_validation">이메일 주소를 정확히 입력해주세요.</string>
+  <string name="event_participation_name">응모자 이름</string>
+  <string name="event_participation_name_hint">이름을 입력해주세요.</string>
+  <string name="event_participation_name_validation">이름을 2자 이상 입력해주세요.</string>
+  <string name="event_participation_phone">응모자 연락처</string>
+  <string name="event_participation_phone_hint">나머지 번호를 입력해주세요</string>
+  <string name="event_participation_phone_validation">휴대전화 번호 뒤 7~8자리를 입력해주세요.</string>
+  <string name="event_participation_address">당첨 시 배송 받으실 주소</string>
+  <string name="event_participation_address_hint">배송 받으실 주소를 자세히 입력해주세요.</string>
+  <string name="event_participation_address_validation">휴대전화 번호 뒤 7~8자리를 입력해주세요.</string>
+  <string name="event_participation_nickname">리뷰를 작성하신 스토어명(앱스토어 or 구글 플레이스토어)과\n본인의 닉네임</string>
+  <string name="event_participation_nickname_hint">닉네임을 입력해주세요.</string>
+  <string name="event_participation_nickname_validation">2글자 이상 입력해주세요.</string>
+  <string name="app_store">앱스토어</string>
+  <string name="google_store">구글 플레이스토어</string>
+  <string name="event_participation_score">예상 스코어 (숫자만 입력 가능 / 예:대한민국 3:0 스웨덴)</string>
+  <string name="event_participation_score_hint_1">대한민국</string>
+  <string name="event_participation_score_hint_2">스웨덴</string>
+  <string name="event_participation_score_validation">숫자를 입력해주세요.</string>
+  <string name="event_participation_image">리뷰를 작성하신 내용 캡처 사진 (앱스토어or플레이스토어 화면)</string>
+  <string name="participation">신청하기</string>
+  <string name="korea">대한민국</string>
+  <string name="sweden">스웨덴</string>
+
+
   <!-- 임의 추가 문자열 : 시작 -->
   <string name="undefined_error">알 수 없는 에러</string>
   <string name="undefined_list_type">데이터가 없습니다.</string>
@@ -763,8 +790,8 @@
   <string name="my_event">MY 이벤트</string>
   <string name="event_flag">응모\n완료</string>
 
-  <string name="coin_minus" >사용</string>
-  <string name="coin_plus" >적립</string>
+  <string name="coin_minus">사용</string>
+  <string name="coin_plus">적립</string>
   <string name="evet_participation">이벤트 참여하기</string>
 
   <!-- 임의 추가 문자열 : 끝 -->