android avd 光标指针图像

发布于 2024-10-01 03:04:57 字数 175 浏览 4 评论 0原文

我正在尝试为我的新应用程序制作一个快速教学视频,并且我想在 avd 中使用手指形状的自定义光标,以便该视频对我的用户有意义。我可以让自定义光标在 Windows 中正常工作,但是 android avd 使用带有白色轮廓的自定义黑色光标,该光标不会被我的自定义 Windows 光标替换。有谁知道如何解决这个问题?

谢谢

I am trying to make a quick instructional video of my new app and I want to use a custom cursor in the shape of a finger in the avd so that the video makes sense to my users. I can get a custom cursor to work in windows with no problems however the android avd uses a custom black cursor with a white outline that will not be replaced by my custom windows cursor. Does anyone know how to solve this problem?

Thanks

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

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

发布评论

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

评论(1

彻夜缠绵 2024-10-08 03:04:57

为了编辑光标图像,我们必须使用 smali.jar 和 baksmali.jar 文件编辑带有新光标图像的 Framework-res.apk 文件,并且必须再次将其推送到设备

for editing the cursor image we have to edit the framework-res.apk file with the new cursor image using smali.jar and baksmali.jar files and we have to push it to the device again

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