Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 585 Bytes

AppcomButterKnife.md

File metadata and controls

14 lines (13 loc) · 585 Bytes

ButterKnife

Abbreviation Description
bind Bind view with butterknife version <= 7.X
bindcolor Bind color with butterknife
binddrawable Bind drawable with butterknife
bindstring Bind string with butterknife
binv Bind view with butterknife version >= 8.0
onclick Bind OnClickListener with Butterknife
oneditoraction @OnEditorAction Annotation
onitemselected Bind OnItemSelectedListener with Butterknife
onlongclick Bind OnLongClickListener with Butterknife
ontouch Bind OnTouchListener with Butterknife