Fehler beim Parsen von XML: Nicht korrekt formatiertes (ungültiges Token) und Elementtyp "LinearLayout" müssen von den Attributspezifikationen ">" oder "/>" gefolgt werden [closed]

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="horizontal"
<EditText android:id="@+id/editmessage"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:hint="@string/edit_message"
<Button
    android:layout_width="wrap_content"
    android:layout_height="wrap_conent"
    android:text="@string/button_send"/>

<?xml version"1.0" encoding="utf-8"?>

<rescources>
    <string android:name="app_name">becreativebuddy</string>
    <string android:name="edit_message">Enter a message</string>
    <string android:name="button_send">Send</string>
    <string android:name="action_settings">Settings</string>
    <string android:name="title_activity_main">MainActivity</string>
</rescources>


</LinearLayout>

Ich bekomme diese zwei Fehler, die im Titel in Zeile 7 angegeben sind. Ich habe keine Ahnung, warum es mir sagt, dass ich eine Idee habe, weil ich gerade lerne, also sei nett.

Antworten auf die Frage(2)

Ihre Antwort auf die Frage