设置Android选项卡背景颜色时出现问题

发布于 2024-09-10 19:12:04 字数 575 浏览 9 评论 0原文

我通过选择器添加选项卡图标,如下所示:

<?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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

空心↖ 2024-09-17 19:12:04

使用 .png 透明度。

如何

使用此 图片 你会看到

use a .png transparency.

How to Make a Transparent PNG

test with this image and you will see

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文