如何更改旋转器的图像
如果我们看到一个旋转器,它看起来像一个文本视图,并且文本视图右侧有一个图像。在摩托罗拉里程碑中,该图像是向下箭头,而在三星 Galaxy ace 中,该图像是向右箭头。我可以使用以下代码将背景图像设置为微调器。但我不想改变背景图像。我想改变那个形象。如何设置旋转器的图像。
Spinner sp1 = (Spinner) findViewById(R.id.spnContactTypes1);
sp1.setBackgroundResource(R.drawable.icon);
If we see a spinner it looks like a textview and with an image to the right of textview. In Motorola milestone that image is down arrow while in Samsung galaxy ace it is right arrow. I can set background image to a spinner using the following code. But I donot want to change the background image. I want to change that image. How to set that image of a spinner.
Spinner sp1 = (Spinner) findViewById(R.id.spnContactTypes1);
sp1.setBackgroundResource(R.drawable.icon);
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您想要更改微调器选择器
这是通过以下方式完成的:
并在
中myspinner_selector.xml
:You want to change the spinner selector
This is done with:
and in
myspinner_selector.xml
: