siralam/BSImagePicker

Bottombar Done TextView set enable

Opened this issue · 0 comments

Hi!

How can I set Enabled the Done textView in the buttomBar?
I tried this in onViewCreated, but not work:
CoordinatorLayout parentView = (CoordinatorLayout) (getView().getParent().getParent()); View bottomBarView = LayoutInflater.from(getContext()).inflate(R.layout.item_picker_multiselection_bar, parentView, false); this.tvDone = bottomBarView.findViewById(R.id.tv_multiselect_done); this.tvDone.setEnabled(false);

Thank you