更新消息功能

- 将硬编码的标题字符串替换为字符串资源。
- 添加了新的字符串资源用于评论计数、评论提示和关注按钮。
This commit is contained in:
2024-09-01 20:59:42 +08:00
parent 8b49dc78d8
commit c08e6a0d62
5 changed files with 14 additions and 7 deletions

View File

@@ -14,4 +14,7 @@
<string name="favourites_upper">FAVOURITES</string>
<string name="notifications_upper">NOTIFICATIONS</string>
<string name="following_upper">FOLLOWING</string>
<string name="comment_count">%d Comments</string>
<string name="post_comment_hint">Say something...</string>
<string name="follow_upper">FOLLOW</string>
</resources>