ActionsContentView icon indicating copy to clipboard operation
ActionsContentView copied to clipboard

Slide ActionBar

Open ghost opened this issue 11 years ago • 3 comments

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

ghost avatar Oct 11 '13 15:10 ghost

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

StevenRudenko avatar Oct 14 '13 11:10 StevenRudenko

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?

xianyo avatar Feb 16 '14 15:02 xianyo

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

StevenRudenko avatar Feb 26 '14 03:02 StevenRudenko