如何更改微调器背景图像?
你好,我是 Android 新手,我正在使用微调器背景图像。微调器包含四个值,每个值都有图像。如果我单击微调器值,微调器背景中的图像将发生变化。请帮助我如何在更改微调器值时更改背景图像?
Hi i am new to android,I am using spinner background image. The spinner contains four values, and each one has images.If i click the spinner values, the images will be changed in the spinner background. Please help me how can i change the background image when the spinner value is changed?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 Id 赋予 main.xml 文件的父(线性或相对)布局
在java文件中,如果你的微调器的四个值是水星,金星,地球,火星,
然后在 Onselected itemlistener 中,输入这样的代码
Give Id to the parent (Linear or relative) layout of your main.xml file
and in the java file,if the four values of your spinner is Mercury,Venus,Earth,Mars,
then in the Onselected itemlistener,put code like this