Android Glowing Border

i created the border using this example:

Is there an easy way to add a border to the top and bottom of the Android view?

I was wondering, anyway, to make the border glow? I want it to look like this: https://g1.gstatic.com/android/market/com.feelingtouch.glowsnake/ss-480-4-4

thanks!

+4
source share
1 answer

Of course, just make a 9 patch and use it as a background. https://developer.android.com/studio/write/draw9patch.html

+1
source

Source: https://habr.com/ru/post/1383531/


All Articles