调整数据 设置的图标大小

This commit is contained in:
ningwenqiang
2024-10-22 18:21:10 +08:00
parent c55b262926
commit a220408853
4 changed files with 7 additions and 44 deletions

View File

@@ -1,32 +0,0 @@
package com.yunbao.common.bean;
import com.google.gson.annotations.SerializedName;
import java.util.List;
public class SendFreeGiftBean extends BaseModel{
//"code":0,"msg":"","info":[]},"msg":""
@SerializedName("code")
private int code;
@SerializedName("msg")
private String msg;
public int getCode() {
return code;
}
public void setCode(int code) {
this.code = code;
}
public String getMsg() {
return msg;
}
public void setMsg(String msg) {
this.msg = msg;
}
}

View File

@@ -222,7 +222,7 @@ public interface PDLiveApi {
* @param liveuid 直播间id
*/
@GET("/api/public/?service=Tasknew.sendFreeGift")
Observable<ResponseModel<SendFreeGiftBean>> sendFreeGift(@Query("liveuid") String liveuid);
Observable<ResponseModel<List<BaseModel>>> sendFreeGift(@Query("liveuid") String liveuid);
/**
* 清除系统消息的未读数

View File

@@ -211,8 +211,8 @@
android:orientation="vertical">
<ImageView
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_width="31dp"
android:layout_height="40dp"
android:src="@mipmap/icon_interaction_live_data" />
<TextView
@@ -234,8 +234,8 @@
android:orientation="vertical">
<ImageView
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_width="31dp"
android:layout_height="40dp"
android:src="@mipmap/icon_interaction_robot" />
<TextView