android: what's this slider bar called and how to implement it?

断了今生、忘了曾经 提交于 2019-12-12 00:42:36

问题


This may be a dumb question but could anyone please tell me what this slider (highlighted in yellow) called in Android? Is it a navigation bar?

I want to implement the same slider in my app, could anyone please let me know if there's any sample I can refer to?

Thanks.


回答1:


As for the part you highlighted, it doesn't have any particular name, it's just some view with selector background.

As for the mechanism itself (pulling view to reveal another), it is SlidingDrawer. Note that it has been deprecated in API 17, probably this UI pattern is not encouraged anymore.



来源:https://stackoverflow.com/questions/16450562/android-whats-this-slider-bar-called-and-how-to-implement-it

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