Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bottombar Done TextView set enable #53

Open
johnshoe opened this issue Jan 14, 2021 · 0 comments
Open

Bottombar Done TextView set enable #53

johnshoe opened this issue Jan 14, 2021 · 0 comments

Comments

@johnshoe
Copy link

johnshoe commented 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

@johnshoe johnshoe changed the title Buttombar Done TextView controll Buttombar Done TextView set enable Jan 14, 2021
@johnshoe johnshoe changed the title Buttombar Done TextView set enable Bottombar Done TextView set enable Jan 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant