public interface OnPostBindViewListener
| Modifier and Type | Method and Description |
|---|---|
void |
onBindView(IDrawerItem drawerItem,
android.view.View view)
allows you to hook in the BindView method and modify the view after binding
|
void onBindView(IDrawerItem drawerItem, android.view.View view)
drawerItem - the drawerItem used for this viewview - the view which will be set