btn_pay.getDelegate().setBackgroundColor(R.color.gray);---------first time【it works】 but~ btn_pay.getDelegate().setBackgroundColor(R.color.colorPrimary);----second time【it can't work!】
btn_pay.getDelegate().setBackgroundColor(R.color.gray);---------first time【it works】
but~
btn_pay.getDelegate().setBackgroundColor(R.color.colorPrimary);----second time【it can't work!】