gpt4 book ai didi

android - ImageButton 背景自动切换? Drawables 变得疯狂了吗?

转载 作者:行者123 更新时间:2023-11-29 15:28:52 24 4
gpt4 key购买 nike

我遇到一个问题,即使用与我的资源之一不同的可绘制对象绘制 ImageButton 背景。我将背景设置为透明,但在某些情况下,它会选择我的一个名为 bottom_shadow.9.png 的可绘制对象。为什么为什么!?太奇怪了……

我以前见过这个问题......我的一些应用程序用户提示看到这个问题,现在我决心解决这个问题!看看下面我目前拥有的。任何提示或想法都会有所帮助。

我在values/colors.xml下创建的颜色值:

<color name="transparent">#00000000</color>

My ImageButton under my one xml layout under layout/:

<ImageButton
android:id="@+id/ibHelp"
android:layout_width="wrap_content"
android:layout_height="@dimen/settings_list_item_height"
android:background="@color/transparent"
android:contentDescription="@string/content_desc_more_information"
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:scaleType="centerInside"
android:src="@drawable/btn_help" />

这是我在生成的 R.java 文件中看到的:

public static final class drawable {
public static final int bottom_shadow=0x7f020000;
}

public static final class color {
public static final int transparent=0x7f080009;
}

它应该是这样的:

enter image description here

这是我看到的:

enter image description here

最佳答案

关于android - ImageButton 背景自动切换? Drawables 变得疯狂了吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9004744/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com