heig-PDG/mono

Investigate and add a gradient text composable

Closed this issue · 1 comments

Your feature in two sentences

Investigate gradient texts with Jetpack Compose

Description

Gradient texts are not supported by default on Jetpack Compose. We may want to implement them at some point (even though it looks a bit complicated to "get it right").

Deliverable

  • A GradientText composable.

Schedule

Estimated time : 3h
Actual time : 2h

Resources

https://stackoverflow.com/questions/64203208/text-gradient-in-android-jetpack-compose/64342047#64342047

We've done some work with @glsubri in this direction, trying to figure out a way to implement a gradient TextField. The current progress can be found in this gist.