2015-02-11 39 views
0

我似乎無法弄清楚我在XML中遺漏了什麼,但是我在最後一行發現「文件意外結束」。意外的文件結尾 - Android佈局

<android.support.v7.widget.CardView 
    xmlns:card_view="http://schemas.android.com/apk/res-auto" 
    xmlns:android="http://schemas.android.com/apk/res/android" 
    android:id="@+id/card_view" 
    android:layout_width="match_parent" 
    android:layout_height="match_parent" 
    card_view:cardCornerRadius="4dp" 
    android:layout_margin="5dp"> 

<LinearLayout 
    android:orientation="horizontal" android:layout_width="match_parent" 
    android:layout_height="48dp" > 

    <TextView 
     android:id="@+id/listText" 
     android:layout_width="wrap_content" 
     android:layout_height="wrap_content" 
     android:padding="8dp" 
     android:layout_marginLeft="72dp" 
     android:layout_gravity="center_vertical" 
     android:text="Dummy Text"/> 

</LinearLayout> 

回答

2

您還沒有關閉您的<android.support.v7.widget.CardView>元素。最後添加一個</android.support.v7.widget.CardView>