在 android 中选择 listView 时,圆角会变得尖锐

发布于 2024-10-24 03:51:53 字数 92 浏览 0 评论 0原文

我有一个列表视图,其中的项目使用圆角图像作为背景。问题是,当用户选择一个项目时,整个区域(圆角图像加上将项目补充为矩形的小间隙)都会被选中。我该如何处理这个问题? 谢谢。

I have a list view which items use a rounded-corner image for a background. The thing is that when the user selects an item, the whole area (the rounded-corner image plus the small gaps which would complete the item to a rectangle) gets selected. How do I deal with this?
Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

晌融 2024-10-31 03:51:53

当用户选择一个项目时,Android 显示由 android:selectorDrawable 指定的可绘制对象,默认情况下是矩形。

您必须将其替换为您自己的具有圆角的选择器可绘制对象。

When a user selects an item Android displays the drawable specified by android:selectorDrawable, which is by default rectangular.

You'll have to replace this with your own selector drawable which has rounded corners.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文