Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

Slide ActionBar #37

Open
ghost opened this issue Oct 11, 2013 · 3 comments
Open

Slide ActionBar #37

ghost opened this issue Oct 11, 2013 · 3 comments
Labels

Comments

@ghost
Copy link

ghost commented Oct 11, 2013

Hi, thanks for the great library. Is there any support to slide ActionBar together with the menu?

@StevenRudenko
Copy link
Owner

Hello. I don't like this pattern so I didn't implement such feature at ActionsContentView.
Anyway it should be pretty straightforward. Cut ActionBar view and paste it to content view. I am sure that you will easily find some guides how to do this.

Here is first what I've found while searching: http://stackoverflow.com/a/11367825/322955

@xianyo
Copy link

xianyo commented Feb 16, 2014

I also want the library support to slide ActionBar together with the menu.
I try to change the source. but do not sucess.
I search google and try to add source to

        ViewGroup decor = (ViewGroup) activity.getWindow().getDecorView();
        ViewGroup decorChild = (ViewGroup) decor.getChildAt(0);
        decor.removeAllViews();

when i remove view. it have exception.
the library is great .
can you add this feature in the library?

@StevenRudenko
Copy link
Owner

It would be great if you can share project with me so I can take a look how to resolve exception.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants