Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
但是应用程序没有编译。
我不知道我能做什么?
等等,但这些步骤对我没有帮助。谁能帮我?谢谢
你可以手动给颜色
"#ffffff"
或在颜色文件中创建颜色,如
<color name="white">#FFFFFF</color>
接着
android:background="@color/white"
简单地写这个:
android:background="#ffffff"
如果资源已存在于 colors.xml 文件中,请尝试 Invalid Caches / Restart