sliding drawer appear in all activities
        Posted  
        
            by 
                Zak
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Zak
        
        
        
        Published on 2011-02-07T14:51:12Z
        Indexed on 
            2011/02/08
            7:25 UTC
        
        
        Read the original article
        Hit count: 249
        
I am developing an application that contains many activities and i created my own menu (i don't want to use the built in menu button) with the Sliding Drawer as the sliding drawer is at the bottom of the screen and contains my menu buttons
what i need is to make that sliding drawer to appear in all my activities
i tried to create an activity and set it's content view to the xml file that includes the drawer and then extends that activity in all other activities but this solution doesn't work
so any suggestions ?
© Stack Overflow or respective owner