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.99k stars 413 forks source link

Changing color of Title and Content? #113

Closed raspla closed 6 years ago

raspla commented 6 years ago

Is it possible to change the color of the text?

.setTitleOnUpdateAvailable("Update available") .setContentOnUpdateAvailable("Check out the latest version available of my app!")

How can I change the color of, for example, these two texts?

javiersantos commented 6 years ago

It's not supported by the library. You should create a custom dialog by using AppUpdaterUtils instead.