Add getter for view to BaseBottomSheetItem
This commit is contained in:
parent
daf17c361d
commit
b69d6cd1d9
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ public class BaseBottomSheetItem {
|
|||
private View.OnClickListener onClickListener;
|
||||
protected int position = INVALID_POSITION;
|
||||
|
||||
public View getView() {
|
||||
return view;
|
||||
}
|
||||
|
||||
public BaseBottomSheetItem(View view,
|
||||
@LayoutRes int layoutId,
|
||||
Object tag,
|
||||
|
|
Loading…
Reference in a new issue