我正在关注本教程,但是当尝试复制甚至编写 header_gradient.xml 的相同代码时
header_gradient.xml
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#24b2eb"
android:centerColor="#4ccbff"
android:endColor="#24b2eb"
android:angle="270"/>
<corners android:radius="5dp" />
</shape>
在空白 xml 文件中显示错误,android studio 是否支持创建空白 xml 文件?或者有没有其他方法可以做到这一点?