创建 XML 可绘制对象时出现问题
我正在尝试为我的应用程序中的 ImageButton
创建滚动效果我一直在遵循 Android 开发人员网站上的指南,这里是 link
我一直在尝试创建所需的 XML 可绘制文件,如果单击该文件,该文件将更改图像,但我不确定会发生什么要创建的 xml 文件的类型,无论是动画、布局、值等。当我去创建文件时,它会强制您选择文件类型,从而阻止您在可绘制文件夹中创建 xml。
有谁知道我需要创建什么类型的 xml 文件?
I’m trying to create a roll over affect for my ImageButton
s in my application I’ve been following the guide on the android developer’s site here’s the link
I’ve been trying to create the required XML drawable file which will change the image if it’s clicked but I’m unsure what type of xml file to create, whether it be animation, layout, value etc. When I go to create the file it forces you to select the type of file which stops you creating the xml in the drawable folder.
Does anyone know what typesof xml file I need to create?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在这种情况下,请不要在该列表中选择
Android XML File
。选择其他
,然后在以下列表中的 XML 部分中选择XML 文件
。给它一个合适的名称,然后定义您需要定义的内容。In that case just don't select
Android XML File
in that list. SelectOther
and in the following list selectXML File
from the XML section. Give it an appropriate name and then just define what you need to define.