设置Android选项卡背景颜色时出现问题
我通过选择器添加选项卡图标,如下所示:
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/tab_cart_selected" android:state_selected="true" />
<item android:drawable="@drawable/tab_cart" />
</selector>
http://img844.imageshack.us /img844/2535/questionn.jpg
一切都很好,但我的图标比选项卡本身小,我想将背景颜色设置为与图标颜色相同。但我似乎不知道这样做。
有什么建议吗?
I'm adding tab icon via selector like this:
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/tab_cart_selected" android:state_selected="true" />
<item android:drawable="@drawable/tab_cart" />
</selector>
http://img844.imageshack.us/img844/2535/questionn.jpg
All is fine, but my icon is smaller then tab itself and I want to set background color same as icon color. But I cant seem to figure out hot to do that.
Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 .png 透明度。
如何
使用此 图片 你会看到
use a .png transparency.
How to Make a Transparent PNG
test with this image and you will see