Hi i am facing a problem in android textview as i want it to glow(shining) like Neon font i have no idea how to get textview glow or shiny i am not getting any solution code,
<TextView
android:id="@+id/adText"
android:layout_gravity="center"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Ad"
android:clipToOutline="true"
android:textSize="8sp"
android:textColor="#ffffff" />
in activity class as text is set from editext in a layout and sent via bundle in nextactivity here i need to display it as shining (gloweffect) i tried with different sources from github but not working https://github.com/cchandurkar/Glowy
adText.setText(bundleIntent.getExtras().getString("text"));