Skip to content

Commit

Permalink
#54 [chore] xml 스트링 추출 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
pump9918 committed Jan 16, 2024
1 parent 164053d commit 6b8f18d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_happy_delete.xml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
android:layout_marginEnd="20dp"
android:layout_marginBottom="34dp"
android:background="@drawable/shape_red_fill_12_rect"
android:text="루틴을 삭제할래"
android:text="@string/happy_delete_button"
android:textAppearance="@style/body1"
android:textColor="@color/gray000"
app:layout_constraintBottom_toBottomOf="parent"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@

<!-- happy delete -->
<string name="happy_delete_destroy">취소</string>
<string name="happy_delete_button">삭제하기</string>

<!-- doll selection -->
<string name="doll_selection_question">어떤 친구와 함께 할까요?</string>
Expand Down

0 comments on commit 6b8f18d

Please sign in to comment.