gpt4 book ai didi

android - 如何修复包 "No resource identifier found for attribute ‘style’ 中的 ‘android’“?

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:04:09 25 4
gpt4 key购买 nike

我创建了一个样式并将其应用于按钮,但是当我尝试构建时出现异常:

在包“android”中找不到属性“style”的资源标识符

这是按钮的代码:

<Button
android:text="Settings"
android:style="@style/SecondaryButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/settingsButton"
android:layout_weight="0" />

有什么问题吗?

最佳答案

问题是 style 标签不需要 android 包命名空间,尽管许多 IDE 会建议这样做是正确的。所以不是:

android:style="@style/SecondaryButton"

使用:

style="@style/SecondaryButton"

关于android - 如何修复包 "No resource identifier found for attribute ‘style’ 中的 ‘android’“?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42674388/

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