Any ideas on how the new navigation in Google Plus is coded (where you hit the "< HOME" button and it pops out a list of activities ("Stream", "Profile", "Messenger", etc)).
I initially have been thinking it is a PopupWindow...
Thoughts?
Any ideas on how the new navigation in Google Plus is coded (where you hit the "< HOME" button and it pops out a list of activities ("Stream", "Profile", "Messenger", etc)).
I initially have been thinking it is a PopupWindow...
Thoughts?
如果您指的是:
http://www.androiduipatterns.com/2012/06/emerging-ui-pattern-side-navigation.html
那么此时 Android 中没有任何东西可以提供完整的实现。这篇博文讨论了这种 UI 模式并指出了一些初步的开源实现。
单击按钮时,您可以使用FrameLayout
withlayout_width~=200dp
和任何高度,切换FrameLayout
操作栏上的和任何其他项目(如选项卡、图标等)的可见性。<Home