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

更改控件中DrawableLeft图片的大小,图片与文字的距离

时间:2017-08-31 21:05:02      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:add   number   .com   tco   etc   控件   com   key   ges   

Drawable drawable=getResources().getDrawable(R.drawable.xx); //获取图片

  drawable.setBounds(left, top, right, bottom);  //设置图片参数
  xx.setCompoundDrawablesRelativeWithIntrinsicBounds(null,all,null,null);  //设置到哪个控件的位置()
 
 
图片与文字距离 :属性android:drawablePadding=""

技术分享

更改控件中DrawableLeft图片的大小,图片与文字的距离

标签:add   number   .com   tco   etc   控件   com   key   ges   

原文地址:http://www.cnblogs.com/kim-liu/p/7460252.html

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