gpt4 book ai didi

android - 使用 `?attr/` 时 ImageButton 的 Espresso InflateException

转载 作者:行者123 更新时间:2023-11-28 20:34:44 24 4
gpt4 key购买 nike

我有一个像这样的 ImageButton

  <ImageButton
...
style="@style/buttonStyle" />

buttonStyle 看起来像这样;

 <style name="buttonStyle">
...
<item name="android:background">?attr/selectableItemBackgroundBorderless</item>
...
</style>

当这个 ImageButton 在 Espresso 测试中显示时,它抛出

android.view.InflateException ... Error inflating class android.widget.ImageButton

当我删除 android:background 属性时,它工作正常。

关于 Espresso 测试中的 Android 资源,我是否遗漏了什么?

最佳答案

请尝试使用具有相应主题的正确上下文。

关于android - 使用 `?attr/` 时 ImageButton 的 Espresso InflateException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58715479/

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