1、增加直播间机器人语言设置--同步潘多拉

2、官方通知消息图标同步iOS
3、系统消息查看详情按钮显示(举报通知的情况下)
This commit is contained in:
老皮
2024-10-10 09:42:54 +08:00
parent a753526571
commit 7ca1ee2aad
11 changed files with 187 additions and 11 deletions

View File

@@ -119,9 +119,7 @@ public class SystemMessageNewAdapter extends RefreshAdapter<SystemMessageBean> {
}
if (bean.getIs_report() == 1) {
if (bean.getIs_replenishment() != 1) {
layoutMore.setVisibility(View.VISIBLE);
}
layoutMore.setVisibility(View.VISIBLE);
}
itemLayout.setOnClickListener(new View.OnClickListener() {

View File

@@ -107,10 +107,10 @@
android:textSize="12sp" />
<ImageView
android:layout_width="17dp"
android:layout_height="16dp"
android:layout_width="12dp"
android:layout_height="12dp"
android:layout_marginLeft="3dp"
android:src="@mipmap/icon_more_live_menu" />
android:src="@mipmap/icon_more" />
</LinearLayout>

View File

@@ -161,6 +161,6 @@
<string name="live_room_push_new_person_task">完成新人任務,可領多重專屬豪禮!</string>
<string name="live_room_push_details">詳情</string>
<string name="live_room_push_like_an">喜歡主播就關注ta吧~</string>
<string name="message_1">點擊查看~</string>
<string name="message_1">點擊查看</string>
</resources>

View File

@@ -164,5 +164,5 @@
<string name="live_room_push_new_person_task">Complete the newcomer tasks and receive multiple gifts</string>
<string name="live_room_push_details">Details</string>
<string name="live_room_push_like_an">If you like this anchor, please subscribe to him.</string>
<string name="message_1">Click to view~</string>
<string name="message_1">Click to view</string>
</resources>