0
當我製作這個xml文件時,它給了我一個錯誤,「文件意外結束」。Android Studio錯誤「意外的文件結尾」
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="?android:attr/listPreferredItemHeight"
android:gravity="center_vertical"
android:id="@+id/list_item_forecast_textview" />
我有一個Java類引用本的TextView的標識,但它「不能解析符號‘list_item_forecast_textview’。
我如何擺脫文件錯誤的意外結束的和固定的ID ?參考問題
任何xml資源文件的父項不能是「TextView」 –