4

i was creating a border using this example:

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

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

thanks!

Community
  • 1
  • 1
Brian
  • 111
  • 2
  • 3

1 Answers1

1

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

Krylez
  • 17,414
  • 4
  • 32
  • 41