How can I create a sliding layout, like the main android menu?

前端 未结 4 1161
天涯浪人
天涯浪人 2021-02-04 17:27

I need to create an application with 4 view. I need to pass from a view to an other simply by a touch and a move to the left or to the right (no button). The effect I would like

4条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-04 17:59

    I think what you're looking for is a SlidingDrawer. With that, you could so something like this:

    
    
         
    
         
    
     
    

提交回复
热议问题