【问题标题】:Problem setting Android tab background color设置Android标签背景颜色的问题
【发布时间】:2010-07-20 16:09:03
【问题描述】:

我正在通过这样的选择器添加标签图标:

<?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

一切都很好,但是我的图标比标签本身小,我想将背景颜色设置为与图标颜色相同。但我似乎想不通这样做。

有什么建议吗?

【问题讨论】:

    标签: android colors background tabwidget


    【解决方案1】:

    使用 .png 透明度。

    How to Make a Transparent PNG

    用这个image测试,你会看到

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-07-31
      • 1970-01-01
      • 2013-08-04
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多