Skip to content

Commit

Permalink
[ADD/#10] onboarding string 값 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
etama123 committed Jul 10, 2023
1 parent da3c028 commit e023c3b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_on_first.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="@style/SubtitleSemibold18"
android:text="청소년에게 필요한\n활동과 혜택 정보를 한눈에!"
android:text="@string/onboarding_first"
android:gravity="center"
android:textColor="@color/gray900"
android:layout_marginTop="36dp"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_on_second.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="@style/SubtitleSemibold18"
android:text="다양한 세상을\n키니즈와 함께 둘러볼까요?"
android:text="@string/onboarding_second"
android:gravity="center"
android:textColor="@color/gray900"
android:layout_marginTop="36dp"
Expand Down
5 changes: 5 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<string name="unknown_error_msg">알 수 없는 오류가 발생했습니다.</string>
<string name="view_type_error_msg">Unknown View Type : %d</string>

<!-- onboarding -->
<string name="onboarding_first">청소년에게 필요한\n활동과 혜택 정보를 한눈에!</string>
<string name="onboarding_second">다양한 세상을\n키니즈와 함께 둘러볼까요?</string>

<!-- main -->
<string name="main_menu_home">홈</string>
<string name="main_menu_explore">탐색</string>
Expand Down Expand Up @@ -61,4 +65,5 @@
<!-- TODO: Remove or change this placeholder text -->
<string name="hello_blank_fragment">Hello blank fragment</string>


</resources>

0 comments on commit e023c3b

Please sign in to comment.