How can i create a sliding drawer with menu items?

后端 未结 3 941
广开言路
广开言路 2020-12-08 22:56

How can I create a horizontal sliding drawer like the YouTube and Facebook app has.

\"enter

3条回答
  •  -上瘾入骨i
    2020-12-08 23:55

    This is a sliding menu, you can implement this by writing a custom view. There are a lot of good open source examples. I would recommend you to use this one.

    You can use it by defining this in your Layout:

    
    

    Edit:

    The Android team introduced an official sliding pattern on Google IO 2013. Read everything about it here.

提交回复
热议问题