私の notes_row.xml ファイルのコードは次のようになります
<?xml version="1.0" encoding="utf-8"?>
<TextView android:id="@+id/text1" xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="10dp"
android:minWidth="100dp"/>
<TextView android:id="@+id/body" xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="10dp"
android:minWidth="100dp"
android:fontSize="20dp"/>
次のエラーが表示されます。ルート要素に続くドキュメントのマークアップは整形式でなければなりません。行でxmlns:android="http://schemas.android.com/apk/res/android"
誰かが私が成功するのを手伝ってくれることを願っています。
注: この質問にコピーしたコードはこちらで見つかりました。