相关疑难解决方法(0)

从android中的操作栏中删除左箭头?

我想从操作栏中删除左箭头,只需要图标和标题.

我的代码:

getSupportActionBar().setIcon(R.drawable.logo);
getSupportActionBar().setDisplayShowTitleEnabled(true);
getSupportActionBar().setTitle(R.string.dashboardtitle);
getSupportActionBar().setDisplayHomeAsUpEnabled(false);
Run Code Online (Sandbox Code Playgroud)

但这并没有删除左箭头.任何帮助!!

android android-actionbar

23
推荐指数
2
解决办法
2万
查看次数

标签 统计

android ×1

android-actionbar ×1