私はこのチュートリアルに従っていますが、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スタジオは空のxmlファイルの作成をサポートしていますか? またはこれを行う別の方法はありますか?