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

ActionBar返回键图标怎么搞小点?

时间:2014-10-16 00:47:21      阅读:323      评论:0      收藏:0      [点我收藏+]

标签:android   blog   http   io   ar   sp   2014   on   问题   

问题描述
bubuko.com,布布扣

如图所示,坐标的小箭头能不能换小一点? 解决方案1
int upid = Resources.getSystem().getIdentifier("up", "id", "android");  
ImageView img = (ImageView) findViewById(upid);  
img就是那个左边的箭头,大小你再设置 解决方案2
这个箭头应该是一个图片资源吧,你可以在对应的图片资源那里设置属性高度和宽度

ActionBar返回键图标怎么搞小点?

标签:android   blog   http   io   ar   sp   2014   on   问题   

原文地址:http://www.cnblogs.com/lengyanyue39/p/4027525.html

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