javiersantos / AppUpdater

A library that checks for your apps' updates on Google Play, GitHub, Amazon, F-Droid or your own server. API 9+ required.
Apache License 2.0
1.98k stars 412 forks source link

How to change strings colors? #166

Closed welissonNeo closed 5 years ago

welissonNeo commented 5 years ago

In update from dialog, the texts colors are obtained from app default Accent Color. How to change library colors without changing Accent Color?

javiersantos commented 5 years ago

It isn't supported by the library. You should implement your own AppUpdaterUtils implementation and display an AlertDialog with your custom style: https://stackoverflow.com/questions/16200914/alertdialog-styling-how-to-change-style-color-of-title-message-etc