<TextVIEw androID:ID="@+ID/txtarrow1" androID:layout_wIDth="wrap_content" androID:layout_height="wrap_content" androID:drawableRight="@drawable/arrow" androID:gravity="right" androID:onClick="VIDeoClick" androID:padding="5dip" androID:textcolor="#feb4e7" > </TextVIEw>
我想设置
androID:drawableRight="@drawable/arrow"
编程
喜欢
txtarrow1.setBackgroundResource(R.drawable.arrow_blue);
但是这个没有用
解决方法 您只需使用Google查找TextVIEw的AndroID java文档即可.他们有一个巨大的表格,显示每个属性的编程选项.
androID:drawableRight (@compile time)setCompoundDrawablesWithIntrinsicBounds(int,int,int) (@runtime)
要绘制在文本右侧的drawable.
总结以上是内存溢出为你收集整理的android – 如何在右侧设置TextImage以编程方式全部内容,希望文章能够帮你解决android – 如何在右侧设置TextImage以编程方式所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)