错误解析XML似乎无法找到无效的令牌

时间:2015-06-08 18:49:15

标签: android xml

我似乎无法找到我在这个xml中出错的地方。任何人都可以看到为什么我收到无效的令牌错误?

<?xml version="1.0" encoding="utf-8"?>
<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/edit_message"
    android:layout_weight="1"
    android:layout_width="0dp"
    android:layout_height="wrap_content"
    android:hint="@string/edit_message">
</EditText>

</LinearLayout>

谢谢!

0 个答案:

没有答案