Android - Making Sliding Drawer to slide from Left-to-Right

后端 未结 5 1083
春和景丽
春和景丽 2020-11-28 11:49

I have implemented \"Sliding Drawer\" in my application using the below XML layout: (I got this example from androidpeople.com)



        
5条回答
  •  清酒与你
    2020-11-28 12:06

    I used Girish R's answer and just rotated it.... Works like a charm Also, I used a frame layout to ensure it open properly....

    
        
    
    
            
    
            
                

    SlidingDrawer from left to right

提交回复
热议问题