|
|
@@ -174,7 +174,7 @@ public class SignUpAgreeFragment extends FragmentBase<SignUpAgreePresenter> impl
|
|
|
title = title.trim();
|
|
|
checkBox.setText(StringUtil.fromHtml(
|
|
|
new StringBuilder().append(bean.isMandatory() ? ResourceUtil.getString(R.string.agree_required) : ResourceUtil.getString(R.string.agree_option))
|
|
|
- .append("<font color='#999999'>").append(title).append("</font>").toString()));
|
|
|
+ .append("<font color='#999999'>").append(" ").append(title).append("</font>").toString()));
|
|
|
checkBox.setChecked(bean.isChecked());
|
|
|
checkBox.setOnCheckedChangeListener((buttonView, isChecked) -> {
|
|
|
bean.setChecked(isChecked);
|