码迷,mamicode.com
首页 > 其他好文 > 详细

Action如何换掉返回箭头

时间:2014-11-08 15:09:59      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:io   ar   java   sp   文件   on   问题   cti   bs   

============问题描述============


如题 通过设置 mActionBar.setHomeAsUpIndicator(this.getResources().getDrawable(R.drawable.acl)); 无效  求解为什么?

============解决方案1============



getSupportActionBar().setCustomView(LayoutInflater.from(this).inflate(R.layout.title, null));

getSupportActionBar().setDisplayShowCustomEnabled(true);

getSupportActionBar().setDisplayShowHomeEnabled(false);

getSupportActionBar().setDisplayShowTitleEnabled(false);

title是自定义的布局文件,你可以在其中修改箭头。

Action如何换掉返回箭头

标签:io   ar   java   sp   文件   on   问题   cti   bs   

原文地址:http://www.cnblogs.com/llj1985522/p/4083301.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!