What is default color for text in textview?

Lukap picture Lukap · Jun 24, 2011 · Viewed 99.8k times · Source

I set the color to red , and after that I want to set the color again back to default, but I do not know what is default color, does anyone knows ?

Answer

Alex Zaraos picture Alex Zaraos · Oct 16, 2015

Actually the color TextView is:

android:textColor="@android:color/tab_indicator_text"

or

#808080