将TextView backgroundColor设置为我想要的任何内容。
Fri2030 =(TextView)findViewById(R.id.tvFri2030); Fri2030.setBackgroundColor(Color.BLUE);
如果我不想要任何颜色并初始化它,如何清理TextView backgroundColor。 (不想用其他颜色覆盖)
这是帮助!!答案 0 :(得分:8)
setBackgroundColor(android.R.color.transparent);
答案 1 :(得分:3)
这可以帮助你......一旦存储了所有这些价值,稍后就会在需要时存储 然后使用它们---
TextView text=new TextView(this);
text.getCurrentHintTextColor();
text.getCurrentTextColor();
text.getDrawingCacheBackgroundColor();