As we all know,if we want to use Butterknife to bind click event onto a normal view,we just need to declare the below method:
@onClick(R.id.yourview)
public void submit(){
// do your things
}
But,how can I bind click event onto a view in a layout.