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

TextView 常用摘要

时间:2014-07-11 22:33:46      阅读:223      评论:0      收藏:0      [点我收藏+]

标签:blog   java   width   cti   代码   div   

1、代码中设置drawableTop

TextView textView = new TextView(getActivity());
Drawable drawable = getResources().getDrawable(R.drawable.home_1);
drawable.setBounds(0, 0, drawable.getMinimumWidth(),drawable.getMinimumHeight());
textView.setCompoundDrawables(null, drawable, null, null);
textView.setCompoundDrawablePadding(10);//设置drawablepadding

  

TextView 常用摘要,布布扣,bubuko.com

TextView 常用摘要

标签:blog   java   width   cti   代码   div   

原文地址:http://www.cnblogs.com/cll-android/p/3833047.html

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