|
|
@@ -54,7 +54,7 @@ public class SignUpAgreeFragment extends FragmentBase<SignUpAgreePresenter> impl
|
|
|
View parent = getView();
|
|
|
checkBoxAll = parent.findViewById(R.id.agree_check_all);
|
|
|
checkBoxAllDriver = new CheckBoxAllDriver(checkBoxAll);
|
|
|
- ((CheckBox) checkBoxAll).setButtonDrawable(new StateListDrawable());
|
|
|
+ ((CheckBox) checkBoxAll).setButtonDrawable(getStateListDrawable());
|
|
|
|
|
|
checkBoxAll.setText(R.string.all_agree);
|
|
|
checkBoxAll.setOnClickListener(v -> {
|