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

Extend SlidingFragmentActivity from SherlockFragmentActivity #22

Closed
gshockv opened this issue Jul 25, 2012 · 4 comments
Closed

Extend SlidingFragmentActivity from SherlockFragmentActivity #22

gshockv opened this issue Jul 25, 2012 · 4 comments

Comments

@gshockv
Copy link

gshockv commented Jul 25, 2012

No description provided.

@jfeinstein10
Copy link
Owner

What exactly does this mean/entail?

@gshockv
Copy link
Author

gshockv commented Jul 25, 2012

We use SlidingFragmentActivity and in current state of lib we can't get access to actionBar (getSupportActionBar() method not exists)

@jfeinstein10
Copy link
Owner

All you have to do is check out a clean version of ABS. Add it as a dependency to the library and then make SlidingFragmentActivity extend SherlockFragmentActivity instead. This is not something that will be in the repository, but rather something you must set up on your own. We moved the project away from forcing an ABS dependency, but you can still use ABS like this. I'm actually doing this same process for one of my apps.

@gshockv
Copy link
Author

gshockv commented Jul 25, 2012

Thanks! Exactly the same we did it

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

2 participants