更新手续费查看按钮
修改转账dialog
This commit is contained in:
@@ -187,11 +187,15 @@ public class TransferAccountsActivity extends BaseActivity {
|
||||
private void showPayCashDialog() {
|
||||
if (isJinBi) {
|
||||
|
||||
// payDialog = new PayCashDialog(TransferAccountsActivity.this, number + "", true, 0, walletBean,
|
||||
// null, 2, String.format(getString(R.string.fukuangei_txt), userNickName));
|
||||
payDialog = new PayCashDialog(TransferAccountsActivity.this, number + "", true, 0, walletBean,
|
||||
null, 2, String.format(getString(R.string.fukuangei_txt), userNickName));
|
||||
null, 2, getString(R.string.shuruzhifumima_txt));
|
||||
} else {
|
||||
// payDialog = new PayCashDialog(TransferAccountsActivity.this, number + "", true, 0, walletBean,
|
||||
// null, 2, String.format(getString(R.string.fukuangei_txt), userNickName), 1);
|
||||
payDialog = new PayCashDialog(TransferAccountsActivity.this, number + "", true, 0, walletBean,
|
||||
null, 2, String.format(getString(R.string.fukuangei_txt), userNickName), 1);
|
||||
null, 2, getString(R.string.shuruzhifumima_txt), 1);
|
||||
}
|
||||
payDialog.setOntoAlbumListener(new PayCashDialog.OnListItemClickListener() {
|
||||
@Override
|
||||
@@ -216,12 +220,16 @@ public class TransferAccountsActivity extends BaseActivity {
|
||||
private void showPayCashFingerDialog() {
|
||||
//Context context, String data, boolean showNumber, int payType, WalletBean walletBean, SelectPayTypeDialog.OnToTypeListener onToTypeListener, int isShowFinger
|
||||
if (isJinBi) {
|
||||
// payCashFingerDialog = new PayCashFingerDialog(this, number + "", true, 0,
|
||||
// walletBean, null, 2, String.format(getString(R.string.fukuangei_txt),
|
||||
// viewBinding.userNameTv.getText().toString()));
|
||||
payCashFingerDialog = new PayCashFingerDialog(this, number + "", true, 0,
|
||||
walletBean, null, 2, String.format(getString(R.string.fukuangei_txt),
|
||||
viewBinding.userNameTv.getText().toString()));
|
||||
walletBean, null, 2, getString(R.string.shuruzhifumima_txt));
|
||||
} else {
|
||||
// payCashFingerDialog = new PayCashFingerDialog(this, number + "", true, 0, walletBean,
|
||||
// null, 2, String.format(getString(R.string.fukuangei_txt), viewBinding.userNameTv.getText().toString()), true);
|
||||
payCashFingerDialog = new PayCashFingerDialog(this, number + "", true, 0, walletBean,
|
||||
null, 2, String.format(getString(R.string.fukuangei_txt), viewBinding.userNameTv.getText().toString()), true);
|
||||
null, 2, getString(R.string.shuruzhifumima_txt), true);
|
||||
|
||||
}
|
||||
payCashFingerDialog.setOntoAlbumListener(new PayCashFingerDialog.OnListItemClickListener() {
|
||||
|
||||
@@ -283,7 +283,7 @@ public class WalletInfoFragment extends BaseFragment {
|
||||
} else {
|
||||
textView.setTextColor(getResources().getColor(R.color.black));
|
||||
}
|
||||
if (s.getTransferMoneyRecord() != null && s.getTransferMoneyRecord().getFeeAmount() != 0) {
|
||||
if (s.getTransferMoneyRecord() != null && s.getTransferMoneyRecord().getFeeAmount() > 0 && s.getAmount()<0) {
|
||||
isShowRate = true;
|
||||
textView.setCompoundDrawablesWithIntrinsicBounds(getResources().getDrawable(R.mipmap.ic_transfer_tips), null, null, null);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user