amlcurran / ShowcaseView

[Archived] Highlight the best bits of your app to users quickly, simply, and cool...ly
5.6k stars 1.29k forks source link

Fix TextPaint not being set correctly #369

Closed amlcurran closed 8 years ago

amlcurran commented 8 years ago

This fixes an issue where setting a TextPaint would not render correctly. This was due to TextAppearances also being set (from the theme), which took priority. This flips the priority.

Addresses #361