How to do Android - Sliding Drawer to slide from Left-to-Right..?

故事扮演 提交于 2019-12-07 16:17:02

问题


How to put android sliding Drawer to slide from LTR? When using android:orientation="horizontal" it slide from RTL. How can I do LTR? Thanks

................................

I found answer form Here

Thanks everybody


回答1:


You will need to implement your own SlidingDrawer.

There is no simple way to let it slide from the left like by changing some settings.

Check out these links:Panel and android-sliding-drawer.




回答2:


Try next widget https://github.com/xPutnikx/SlidingDrawerWithButtons

make it left to right, or another directions.



来源:https://stackoverflow.com/questions/6730446/how-to-do-android-sliding-drawer-to-slide-from-left-to-right

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!