yankai-victor / Loading

Android loading view
1.23k stars 203 forks source link

Book animation #1

Closed hamen closed 9 years ago

hamen commented 9 years ago

Hi Is it possible to change the color? Thank you

yankai-victor commented 9 years ago

Thanks for your attention.

Yes. There are three items in the color.xml.

<color name="book_loading_background">#ffffff</color>
<color name="book_loading_book">#ff33b5e5</color>
<color name="book_loading_page">#ffffff</color>

You can define the three items in your app module as you want. And the color will be override.

hamen commented 9 years ago

This is great! I'm planning to use your animation in Kindle Gratis (https://play.google.com/store/apps/details?id=org.dronix.android.kindlegratis) I think is very appropriate :smile:

yankai-victor commented 9 years ago

Wow! Thank you!