<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>
我在第 7 行的标题中说明了这两个错误。我不知道为什么它告诉我我有一个想法,因为我只是在学习,所以要友善。