android.view.InflateException 二进制 XML 文件第 0 行:错误导致类膨胀:java.lang.reflect.InvocationTargetException
员工布局.xml 文件
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:cardElevation="10dp"
app:cardBackgroundColor="@color/cardview_light_background"
>
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?android:backgroundSplit"
android:padding="10dp"
>
<TextView
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/name"
android:textColor="@android:color/black"
android:textSize="15sp"
android:textStyle="bold"/>
<TextView
android:id="@+id/type"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/type"
android:textColor="@android:color/black"
android:textSize="15sp"
android:textStyle="normal"/>
</LinearLayout>
</android.support.v7.widget.CardView>
神不在的星期二
相关分类