GreatApo / GreatFit

Amazfit APK watchface sources with many additional features and settings
MIT License
117 stars 54 forks source link

Moonphase widged #41

Closed AndreaOmodeo closed 5 years ago

AndreaOmodeo commented 5 years ago

Here is my contribution to your work. A moon-phase widget, whose numeric code is derived from https://github.com/sighrobot/Moon/blob/master/src/com/abe/moon/MoonPhase.java

The widget is icon-only, no text string because moon phases have very long spellings in english, and I was unable to fit them on screen.

GreatApo commented 5 years ago

Awesome work! Thank you for your request.

Why you made a new widget but you also use the GreatWidget?

AndreaOmodeo commented 5 years ago

Hi, you probably need only the widget. I fiddled with GreatWidget trying to make space for longer strings, but I didn't succeed.

GreatApo commented 5 years ago

Ok, perfect. I will go through the code to select one of them next time I have some free time.

Thanks for the pull!