update 礼物墙
This commit is contained in:
parent
7a6dfe5a3d
commit
7fc1c2e712
@ -229,7 +229,7 @@ dependencies {
|
||||
//文字渐变色
|
||||
api 'com.github.FlyJingFish:GradientTextView:1.2.4'
|
||||
//轮播 一屏显示多个
|
||||
api 'com.github.xiaohaibin:XBanner:androidx_v1.2.6'
|
||||
api 'com.github.xiaohaibin:XBanner:androidx_v1.2.8'
|
||||
//声网SDK
|
||||
//api 'io.agora.rtc:agora-special-full:4.2.6.245'
|
||||
|
||||
|
@ -336,7 +336,7 @@ public class GiftWallGiftInfoDialog extends AbsDialogPopupWindow {
|
||||
|
||||
String tmp = "";
|
||||
if (giftBean.getGift_info().getIlluminate_status() == 0) {//未點亮
|
||||
btn_one.setText(WordUtil.getNewString(R.string.dialog_gift_wall_gfit_info_list_bottom_btn_one_light));
|
||||
btn_one.setText(R.string.dialog_gift_wall_gfit_info_list_bottom_btn_one_light);
|
||||
tmp = String.format(Locale.getDefault(), "%s", (giftBean.getGift_info().getIlluminate_num() - Integer.parseInt(giftBean.getGift_info().getGift_hall_send_num())));
|
||||
setTips(tmp);
|
||||
} else {//冠名/摘星
|
||||
|
@ -222,7 +222,6 @@
|
||||
android:layout_marginEnd="50dp"
|
||||
android:background="@drawable/gift_wall_gift_info_list_btn_down"
|
||||
android:gravity="center"
|
||||
android:minWidth="70dp"
|
||||
android:text="@string/dialog_gift_wall_gfit_info_list_title_assistance"
|
||||
android:textAllCaps="false"
|
||||
android:textColor="#FFF"
|
||||
@ -230,7 +229,7 @@
|
||||
|
||||
<Button
|
||||
android:id="@+id/tab2"
|
||||
android:layout_width="70dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="30dp"
|
||||
android:background="@drawable/gift_wall_gift_info_list_btn_up"
|
||||
android:gravity="center"
|
||||
@ -352,8 +351,9 @@
|
||||
android:layout_marginEnd="17dp"
|
||||
android:background="@drawable/gift_wall_gift_info_btn"
|
||||
android:gravity="center"
|
||||
android:minWidth="65dp"
|
||||
android:textAllCaps="false"
|
||||
android:paddingStart="10dp"
|
||||
android:paddingEnd="10dp"
|
||||
android:textColor="#02215D"
|
||||
android:textSize="11.5sp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
@ -366,6 +366,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="11dp"
|
||||
android:layout_marginBottom="-5dp"
|
||||
android:textAllCaps="false"
|
||||
android:background="@drawable/gift_wall_gift_info_bottom_btn_tips"
|
||||
android:elevation="10dp"
|
||||
android:minWidth="32dp"
|
||||
|
Loading…
Reference in New Issue
Block a user