Android-Widget:使用 RemoteView 更改 ListView 选择器颜色

发布于 2024-11-18 22:39:54 字数 94 浏览 4 评论 0原文

是否可以使用remoteview设置appWidget上存在的listView的选择器颜色。基本上我想根据用户选择的主题更改其颜色,所以我无法在布局 xml 中定义它。请帮忙

Is it possible to set the selector color of listView present on the appWidget using remoteview. Basically I wanted to change its color according to the theme selected by user, so I can't define it in the layout xml. Please help

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

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

发布评论

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

评论(1

情绪失控 2024-11-25 22:39:54

您应该能够通过将主题的列表选择器 ID 传递到远程列表视图来做到这一点

rv.setInt(R.id.myList, "setSelector", listSelectorDrawableId);

You should be able to do so by passing the list-selector id of your theme to the remote listview via

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