更新个人主页及其他页面

- 个人主页UI更新,支持工具栏滚动
- 调整个人主页背景颜色
- 更新个人主页为空时的
UI
- 更新用户信息编辑页面样式
- 更新点赞和收藏通知页面的文案
- 更新点赞和收藏通知页面的国际化
- 修复 UserContentPageIndicator 的滚动问题
- 更新评论通知页面的标题文案
- 更新评论通知页面的国际化
This commit is contained in:
2024-10-03 16:38:32 +08:00
parent e48c9cc688
commit 775c6a3c14
9 changed files with 107 additions and 61 deletions

View File

@@ -76,4 +76,7 @@
<string name="private_policy_keyword">用户协议</string>
<string name="gallery">图片</string>
<string name="chat_upper">私信</string>
<string name="like_your_post">喜欢了你的动态</string>
<string name="favourite_your_post">收藏了你的动态</string>
<string name="like_your_comment">喜欢了你的评论</string>
</resources>

View File

@@ -75,4 +75,7 @@
<string name="private_policy_keyword">Rider Pros Privacy Policy</string>
<string name="gallery">Gallery</string>
<string name="chat_upper">CHAT</string>
<string name="like_your_post">Like your post</string>
<string name="favourite_your_post">Favourite your post</string>
<string name="like_your_comment">Like your comment</string>
</resources>