Logcat
05-11 19:14:52.567 4489-4489/? E/AndroidRuntime:
FATAL EXCEPTION: main
Process: com.grab.dea
please
<view
android:layout_width="match_parent"
android:layout_height="1dp"/>
Change to
<View
android:layout_width="match_parent"
android:layout_height="1dp"/>
<view
android:layout_width="match_parent"
android:layout_height="1dp"/>
Change view
to View
(lowercase v
to uppercase V
)
It is view in your ExtendView.xml ,View replace it.
Your are writing view wrong, it should be View