You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
johnshoe
changed the title
Buttombar Done TextView controll
Buttombar Done TextView set enable
Jan 14, 2021
johnshoe
changed the title
Buttombar Done TextView set enable
Bottombar Done TextView set enable
Jan 14, 2021
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
The text was updated successfully, but these errors were encountered: