如何将TextView背景颜色更改为初始值

时间:2012-01-13 08:26:22

标签: android textview

将TextView backgroundColor设置为我想要的任何内容。

Fri2030 =(TextView)findViewById(R.id.tvFri2030); Fri2030.setBackgroundColor(Color.BLUE);

如果我不想要任何颜色并初始化它,如何清理TextView backgroundColor。 (不想用其他颜色覆盖)

这是帮助!!

2 个答案:

答案 0 :(得分:8)

setBackgroundColor(android.R.color.transparent);

答案 1 :(得分:3)

这可以帮助你......一旦存储了所有这些价值,稍后就会在需要时存储 然后使用它们---

        TextView text=new TextView(this);
    text.getCurrentHintTextColor();
    text.getCurrentTextColor();
    text.getDrawingCacheBackgroundColor();