eluleci / FlatUI

Android FlatUI Kit
1.67k stars 423 forks source link

Checking if FlatTextView has textColor set in style it uses #16

Closed michalbrz closed 10 years ago

michalbrz commented 10 years ago

Currently textColor is checked only as a FlatTextView attribute, but common strategy is to use styles, especially for colors. My fix checks if FlatTextView has textColor set in style it uses and in that case it doesn't enforce FlatUI theme color.

eluleci commented 10 years ago

Thanks for this. I had not realise this situation before. And sorry for late merge.