gpt4 book ai didi

android - 没有 ActionBarActivity 的工具栏中的后退按钮

转载 作者:行者123 更新时间:2023-11-29 17:35:50 24 4
gpt4 key购买 nike

我正在使用 Toolbar在 fragment (覆盖整个屏幕)内,我想显示后退按钮,但我不能使用 getSupportActionBar().setDisplayHomeAsUpEnabled(true) 因为我没有使用 ActionBarActivity。

我需要一些与 API 9 兼容的东西,所以我不能使用工具栏的 setNavigationIcon

最佳答案

调用setNavigationIcon(int) ,在 Toolbar 实例上。来自文档:

Set the icon to use for the toolbar's navigation button.

The navigation button appears at the start of the toolbar if present. Setting an icon will make the navigation button visible.

如果你需要一个 ClickListener,你可以使用 setNavigationOnClickListener(View.OnClickListener)

关于android - 没有 ActionBarActivity 的工具栏中的后退按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30581443/

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