after I set the TextView backgroundColor to whatever I want.
Fri2030 = (TextView) findViewById(R.id.tvFri2030); Fri2030.setBackgroundColor(Color.BLUE);
how to clean up the TextView backgroundColor if I don't want any color on it and initialize it. (don't wanna cover by other colors)
thx for the help!!
setBackgroundColor(android.R.color.transparent);
May this help you...once store all these value and later on when you need it then use them---
TextView text=new TextView(this);
text.getCurrentHintTextColor();
text.getCurrentTextColor();
text.getDrawingCacheBackgroundColor();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With