如何像chrome一样拆分菜单
Posted
技术标签:
【中文标题】如何像chrome一样拆分菜单【英文标题】:How to Split the menu like chrome 【发布时间】:2015-04-27 16:13:54 【问题描述】:如图所示,如何像 chrome 浏览器一样拆分菜单:
这是我的实际代码
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:context="materialtest.vivz.slidenerd.activities.MainActivity">
<item
android:id="@+id/action_settings"
android:orderInCategory="100"
android:title="@string/action_settings"
app:showAsAction="never" />
</menu>
【问题讨论】:
【参考方案1】:你可以实现dialogFragment,你可以在屏幕上找到你想要的位置。
这是一个例子:
http://www.androidbegin.com/tutorial/android-dialogfragment-tutorial/
您可以更改对话框的位置。你可以在这里找到它是如何工作的:
Changing position of the Dialog on screen android
【讨论】:
以上是关于如何像chrome一样拆分菜单的主要内容,如果未能解决你的问题,请参考以下文章
如何像默认上下文菜单一样为 ScrollBar 的自定义上下文菜单获取默认本地化?