修改测试问题,新增直播列表页面的神龙送财的图标

This commit is contained in:
18401019693
2024-03-20 15:19:53 +08:00
parent 4fabf3aba3
commit 0317b339f8
9 changed files with 40 additions and 5 deletions

View File

@@ -56,6 +56,18 @@ public class LiveBean implements Parcelable {
private int redPacketStatus;
@SerializedName("giftId")
private String giftId;
@SerializedName("sendMoneyLongStatus ")
private int sendMoneyLongStatus ;
public int getSendMoneyLongStatus() {
return sendMoneyLongStatus;
}
public LiveBean setSendMoneyLongStatus(int sendMoneyLongStatus) {
this.sendMoneyLongStatus = sendMoneyLongStatus;
return this;
}
private Map<String,String> params;//用于跳转Activity时扩展参数从首页Banner跳转到直播间时需要根据携带参数判断是否弹出新人特惠对话框
public String getRecommendCardIconSizeTwo() {

View File

@@ -34,7 +34,7 @@ public class GuardBuyTipsDialog {
dialog.setContentView(R.layout.dialog_guard_buy_tips);
dialog.setCancelable(true);
dialog.setCanceledOnTouchOutside(true);
Button btn_confirm = dialog.findViewById(R.id.btn_confirm);
TextView btn_confirm = dialog.findViewById(R.id.btn_confirm);
TextView content1 = dialog.findViewById(R.id.content1);
TextView content2 = dialog.findViewById(R.id.content2);
TextView contentTextView = dialog.findViewById(R.id.content);

View File

@@ -8,7 +8,7 @@
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="250dp"
android:layout_height="230dp"
android:background="@drawable/guard_buy_tips_bg">
<ImageView
@@ -95,10 +95,14 @@
android:textSize="17dp" />
</RelativeLayout>
<Button
<TextView
android:id="@+id/btn_confirm"
android:layout_width="130dp"
android:gravity="center"
android:layout_height="38dp"
android:textColor="#893D0D"
android:textSize="15sp"
android:textStyle="bold"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:background="@drawable/guard_buy_tips_sure_bg"