oppo英文版字挡图标贵族图标
This commit is contained in:
@@ -384,21 +384,22 @@ public class LiveUserMoreDialogFragment extends AbsDialogFragment implements Vie
|
||||
params.bottomMargin = DpUtil.dp2px(65);
|
||||
if(Tips.equals("1")){
|
||||
if (noble){
|
||||
bottom_msg.setVisibility(View.GONE);
|
||||
tags.setText(R.string.enjoy_a_lot);
|
||||
btn.setBackgroundResource(R.mipmap.btn_openvip);
|
||||
btn.setText(R.string.live_ktgz);
|
||||
setTextColor(gz_view,audience_btn, guard_btn, fans_btn, weekRank, dayRank);
|
||||
userMoreInfoAdapter.type = "1";
|
||||
type = "guanzhong";
|
||||
bottom_msg.setVisibility(View.GONE);
|
||||
|
||||
}else {
|
||||
bottom_msg.setVisibility(View.GONE);
|
||||
tags.setText(R.string.enjoy_a_lot);
|
||||
btn.setBackgroundResource(R.mipmap.btn_openvip);
|
||||
btn.setText(R.string.live_ktgz);
|
||||
setTextColor(audience_btn, guard_btn, fans_btn, weekRank, dayRank,gz_view);
|
||||
userMoreInfoAdapter.type = "1";
|
||||
type = "guanzhong";
|
||||
bottom_msg.setVisibility(View.GONE);
|
||||
}
|
||||
}else if (Tips.equals("2")) {
|
||||
tags.setText(R.string.guard_for_your);
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
app:layout_constraintBottom_toBottomOf="@+id/newRedPacketImg"
|
||||
app:layout_constraintDimensionRatio="2.5"
|
||||
app:layout_constraintEnd_toEndOf="@+id/newRedPacketImg"
|
||||
app:layout_constraintHeight_percent="0.3"
|
||||
app:layout_constraintHeight_percent="0.33"
|
||||
tools:text="16:36" />
|
||||
|
||||
<androidx.constraintlayout.widget.Group
|
||||
@@ -104,13 +104,16 @@
|
||||
android:layout_height="0dp"
|
||||
android:background="@mipmap/bg_live_room_red_time"
|
||||
android:gravity="center"
|
||||
android:textColor="@color/white"
|
||||
android:autoSizeMinTextSize="5sp"
|
||||
android:autoSizeMaxTextSize="7sp"
|
||||
android:autoSizeTextType="uniform"
|
||||
android:textSize="7sp"
|
||||
android:textColor="@color/white"
|
||||
android:visibility="visible"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/newDragonImg"
|
||||
app:layout_constraintDimensionRatio="2.5"
|
||||
app:layout_constraintEnd_toEndOf="@+id/newDragonImg"
|
||||
app:layout_constraintHeight_percent="0.3"
|
||||
app:layout_constraintHeight_percent="0.33"
|
||||
tools:text="16:36" />
|
||||
|
||||
<androidx.constraintlayout.widget.Group
|
||||
|
||||
Reference in New Issue
Block a user