怎么获得textview设置的背景色
privateTextViewtvColorTimeLong;tvColorTimeLong.setBackgroundColor(color);按照上面方法设置完颜色后...
private TextView tvColorTimeLong;tvColorTimeLong.setBackgroundColor(color);按照上面方法设置完颜色后,用什么代码能够把设置的颜色取出来?
展开
2013-09-11
展开全部
写一个子类,继承自TextView,并添加一个backgroundColor的属性,然后覆盖TextView的setBackgroundColor方法,在此方法中将传入的color赋给backgroundColor,然后在添加一个getBackgroundColor方法,返回backgroundColor的值。
2015-08-02 · 知道合伙人互联网行家
关注
展开全部
1.在drawable文件夹下面创建setbar_bg.xml
代码如下:
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<!-- 背景色 -->
<solid android:color="#FFE4B5"/>
<!-- 边框色 -->
<stroke android:width="0.5dip" android:color="#81CE47" />
</shape>
2.设置TextView顺序
代码如下:
android:background="@drawable/setbar_bg"
代码如下:
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<!-- 背景色 -->
<solid android:color="#FFE4B5"/>
<!-- 边框色 -->
<stroke android:width="0.5dip" android:color="#81CE47" />
</shape>
2.设置TextView顺序
代码如下:
android:background="@drawable/setbar_bg"
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-09-11
展开全部
使用下tvColorTimeLong.getCurrentTextColor()试试看。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询