摘要: 在项目中,需要把RelativeLayout 和 ImageView背景设置为透明,怎么实现呢?这里主要通过代码,请参阅以下关键代码:public ImageView imgDetail;private RelativeLayout rlMain;rlMain= (RelativeLayout) f... 阅读全文
posted @ 2015-04-17 17:13 星辰之力 阅读(2618) 评论(0) 推荐(0)
摘要: 更换radiobutton中的图片在xml中很好设置,但对于初学者如何在代码中设置还是不容易找的。没法子,通过看原版api找到两个方法,setCompoundDrawables和setCompoundDrawablesWithIntrinsicBounds。下面交给大家方法。第一个方法:setCom... 阅读全文
posted @ 2015-04-17 14:59 星辰之力 阅读(1995) 评论(0) 推荐(0)