android avd 光标指针图像
我正在尝试为我的新应用程序制作一个快速教学视频,并且我想在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了编辑光标图像,我们必须使用 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