Merge remote-tracking branch 'origin/dev_6.6.4_战令' into dev_6.6.4_战令
This commit is contained in:
commit
19eecd7022
@ -9,6 +9,7 @@ import androidx.annotation.NonNull;
|
|||||||
|
|
||||||
import com.lxj.xpopup.core.CenterPopupView;
|
import com.lxj.xpopup.core.CenterPopupView;
|
||||||
import com.yunbao.common.R;
|
import com.yunbao.common.R;
|
||||||
|
import com.yunbao.common.views.weight.ViewClicksAntiShake;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
|
|
||||||
@ -42,6 +43,7 @@ public class OrderLevelPopupWindow extends CenterPopupView {
|
|||||||
orderLevelDiamond = findViewById(R.id.order_level_diamond);
|
orderLevelDiamond = findViewById(R.id.order_level_diamond);
|
||||||
balanceDiamond = findViewById(R.id.balance_diamond);
|
balanceDiamond = findViewById(R.id.balance_diamond);
|
||||||
current = findViewById(R.id.current);
|
current = findViewById(R.id.current);
|
||||||
|
progressBar = findViewById(R.id.progressBar);
|
||||||
orderLevel.setText(buyExp);
|
orderLevel.setText(buyExp);
|
||||||
progressBar.setMax(totalExperience);
|
progressBar.setMax(totalExperience);
|
||||||
progressBar.setProgress(currentExperience);
|
progressBar.setProgress(currentExperience);
|
||||||
@ -72,5 +74,11 @@ public class OrderLevelPopupWindow extends CenterPopupView {
|
|||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
ViewClicksAntiShake.clicksAntiShake(findViewById(R.id.war_order_close), new ViewClicksAntiShake.ViewClicksCallBack() {
|
||||||
|
@Override
|
||||||
|
public void onViewClicks() {
|
||||||
|
dialog.dismiss();
|
||||||
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user