Skip to content

Commit

Permalink
Merge pull request #109 from Team-Wable/feature/#107-fix-posting-ui
Browse files Browse the repository at this point in the history
Feature/#107 fix posting UI
  • Loading branch information
Eonji-sw authored Nov 21, 2024
2 parents 1d38750 + b4296c6 commit 3d8c6e3
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 3d8c6e3

Please sign in to comment.