图库小部件的自定义边框
有没有办法定义/自定义当前所选 Gallery
项目周围的边框?我知道,我可以创建一个 Drawable 并在其中绘制四条线,但必须有一种更简单的方法。
Is there a way to define/customize a border around the currently selected Gallery
item? I know, i can create a Drawable
and draw four lines into that but there must be a simpler way.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
过去我做了以下事情:
@drawable/list 是一个 9patch。
在
LinearLayout
内,我添加了一个具有适当边距的View
。In the past I did the following:
@drawable/list is a 9patch.
Inside the
LinearLayout
I added aView
with the proper margin.