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

ImageView onClick listener in headerLayout not working. #110

Open
manaqvi opened this issue Mar 24, 2015 · 1 comment
Open

ImageView onClick listener in headerLayout not working. #110

manaqvi opened this issue Mar 24, 2015 · 1 comment

Comments

@manaqvi
Copy link

manaqvi commented Mar 24, 2015

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?

@manaqvi
Copy link
Author

manaqvi commented Apr 21, 2015

Solution: deRonbrown@9439d5a

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