Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feature/#108-fix-n…
Browse files Browse the repository at this point in the history
…ews-ui
  • Loading branch information
Eonji-sw committed Nov 21, 2024
2 parents ee75364 + 3d8c6e3 commit d64a29b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion feature/posting/src/main/res/layout/fragment_posting.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
android:gravity="top|start"
android:hint="@string/hint_posting_content"
android:importantForAutofill="no"
android:inputType="textVisiblePassword|textMultiLine|textNoSuggestions"
android:maxLength="500"
android:textColor="@color/gray_800"
android:textColorHint="@color/gray_500"
Expand Down
4 changes: 2 additions & 2 deletions feature/posting/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

<!-- fragment_posting -->
<string name="appbar_posting_title">새로운 글</string>
<string name="hint_posting_title">어떤 생각을 하고 있나요?</string>
<string name="hint_posting_content">본문은 생략이 가능해요</string>
<string name="hint_posting_title">자유롭게 이야기해요</string>
<string name="hint_posting_content">지금 머릿속에 떠오른 생각들을 남겨보세요\n본문은 생략이 가능해요</string>
<string name="tv_posting_progress_base">0/500</string>
<string name="btn_posting_upload">게시</string>
<string name="tv_posting_progress_count">%1$d/500</string>
Expand Down

0 comments on commit d64a29b

Please sign in to comment.