gpt4 book ai didi

android - 在 Honeycomb 中将菜单项定位到 ActionBar 的左侧

转载 作者:IT老高 更新时间:2023-10-28 21:49:19 24 4
gpt4 key购买 nike

我想在 Honycomb 的 ActionBar 左侧放置一些菜单项,但没有找到说明如何执行此操作的文档。看起来应该是可能的,因为联系人应用程序在导航栏的左侧有搜索。关于如何将菜单项设置到左侧的任何想法?

最佳答案

ActionBar 支持应用程序图标和常规 ActionBar 图标之间的自定义布局。示例:

// Set the custom section of the ActionBar with Browse and Search.
ActionBar actionBar = getActionBar();
mActionBarView = getLayoutInflater().inflate(R.layout.action_bar_custom, null);
actionBar.setCustomView(mActionBarView);
actionBar.setDisplayOptions(ActionBar.DISPLAY_SHOW_CUSTOM);

关于android - 在 Honeycomb 中将菜单项定位到 ActionBar 的左侧,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5306283/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com