Skip to content

Commit

Permalink
[Chore/#25] String 추출
Browse files Browse the repository at this point in the history
  • Loading branch information
yeoncheong committed Jul 10, 2023
1 parent 0ce5c94 commit b3e23fa
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/item_question_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
android:layout_height="wrap_content"
android:layout_marginVertical="20dp"
android:layout_marginStart="28dp"
android:text="#%d"
android:text="@string/question_number"
android:textColor="@color/primary_500"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="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 @@ -85,5 +85,6 @@

<!--list fragment-->
<string name="list">리스트</string>
<string name="question_number">#%d</string>

</resources>

0 comments on commit b3e23fa

Please sign in to comment.