You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I declare a BootstrapButton in XML with attribute app:bootstrapSize="lg", the button is not clickable either by ButterKnife's onClick binding or by manually set the OnClickListener. When I remove the line app:bootstrapSize="lg", everything becomes normal.