Fatal Exception: String can't be cast to Spannable
Did you make your style button as spannable? For example, TextView should be like this
TextView.setText("Hai", TextView.BufferType.SPANNABLE);
Did you make your style button as spannable? For example, TextView should be like this
TextView.setText("Hai", TextView.BufferType.SPANNABLE);