Android 发光边框
我正在使用以下示例创建边框:
有没有一种简单的方法可以在 Android 视图的顶部和底部添加边框?
我想知道是否有办法使边框发光? 我希望它看起来像这样: https://g1.gstatic.com/ android/market/com.feelingtouch.glowsnake/ss-480-4-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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然,只需制作一个 9 块并将其用作背景即可。
https://developer.android.com/studio/write/draw9patch.html
Sure, just make a 9-patch and use it as the background.
https://developer.android.com/studio/write/draw9patch.html