标签: android android-layout
我想要包含一个顶级菜单按钮栏,并在所有活动中实现点击功能。它像网站中的头文件。我怎么能这样做?
答案 0 :(得分:1)
你的意思是Action Bar吗?它是在Android 3.0中引入的,但是使用this支持包,您可以在2.x操作系统版本
答案 1 :(得分:0)
如果您使用的API版本低于3.0,请使用兼容性库,并使用MenuCompact showAsAction
http://developer.android.com/reference/android/support/v4/view/MenuCompat.html#setShowAsAction(android.view.MenuItem,int)