TabWidget背景图片
我在它的应用程序中使用 tabwidget,但我遇到这样的问题:
我在每个选项卡上添加了一个图像,如下代码。
spec.setIndicator("", res.getDrawable(R.drawable.btn_bg));
我只想在选项卡上显示图像。但图像无法填充选项卡。看看边境周围。我如何编辑它,我想为选项卡的按下状态显示另一个图像。我该怎么办? 谢谢。
I'm using a tabwidget in it app but I have a problem like this:
I added an image on each tab as follows code.
spec.setIndicator("", res.getDrawable(R.drawable.btn_bg));
I want to appear on the tab just the image. But the image can not fill the tab. have a look around the border. How do I edit it and I want to display another image for the pressed state of the tab. How can I do?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须在
Drawable
目录中编写xml
文件才能显示选项卡按下状态的另一个图像,如下所示you have to write
xml
file inDrawable
directory to display another image for the pressed state of the tab like below