Glowy
Glowy copied to clipboard
Adds glow effect to TextView and Button texts in android. Full runtime control over glow animation.
Results
1
Glowy issues
Sort by
recently updated
recently updated
newest added
It would be nice and more elegant, to create **GlowingText** using the Builder pattern, like so: ``` java GlowingText glowText = new GlowingText.Builder(activity, getBaseContext(), textView) .minGlowRadius(4) .maxGlowRadius(8) .startGlowRadius() .color(Color.BLUE) .speed(5)...