gpt4 book ai didi

android - 如何隐藏应用程序图标但在 Action Bar Android 中保留向上按钮

转载 作者:行者123 更新时间:2023-11-29 17:52:41 26 4
gpt4 key购买 nike

我正在编写一个使用滑动条的应用程序。我使用抽屉导航尝试了来自 Google 的示例。

这里是下载链接:

http://developer.android.com/shareables/training/NavigationDrawer.zip但是我遇到了一个问题。我的应用程序不需要应用程序图标 (ic_launcher.png) 但需要保持向上按钮 (ic_drawer.png)。

我使用以下方法隐藏标题:getActionBar().setDisplayShowTitleEnabled(false);setDisplayShowHomeEnabled(false),但它不会隐藏应用程序图标。

请帮我解决这个问题。此示例项目没有“style.xml”文件

最佳答案

你可以试试

actionbar.setIcon(R.color.transparent);

关于android - 如何隐藏应用程序图标但在 Action Bar Android 中保留向上按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21889032/

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