Facebook Slide menu-slide to right in android?

后端 未结 1 745
我寻月下人不归
我寻月下人不归 2020-12-30 18:14

I used maddeye slide menu library to implement a Facebook like slide bar. It works fine, sliding from right to left.

Now what I want is to slide from left to right

相关标签:
1条回答
  • 2020-12-30 19:10

    I would try the android-menudrawer project at https://github.com/SimonVT/android-menudrawer which just hit 1.0.0 thanks to Jake Wharton.

    I tried it out yesterday and it looks like it fits your needs.

    If you build and install the sample APK, you'll see an example called "Right menu" which is what I think you're looking for. The other examples are variations of the normal sliding menu.

    Here are screenshots of this sample APK (MenuDrawerSamples) in action. The first screenshot shows the Right Menu example with the menu drawer closed. Tap on the overflow menu item in the upper right corner and then it reveals the menu, as shown in the second screenshot. You could trigger it instead from another action bar button or other button if desired.

    Right Menu - Closed Right Menu - Open

    0 讨论(0)
提交回复
热议问题