We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have inflated a view in fragment like this:
@Override public void onAttach(Activity activity) { super.onAttach(activity); mFadingHelper = new FadingActionBarHelper() .actionBarBackground(R.drawable.ab_background_light) .headerLayout(R.layout.trailer_header) .contentLayout(R.layout.fragment_movie_detail_tab) .lightActionBar(true); mFadingHelper.initActionBar(activity); }
How do i able to implement the clickListener on header layout or any other views in header?
The text was updated successfully, but these errors were encountered:
Solution: deRonbrown@9439d5a
Sorry, something went wrong.
No branches or pull requests
I have inflated a view in fragment like this:
How do i able to implement the clickListener on header layout or any other views in header?
The text was updated successfully, but these errors were encountered: