<view
android:layout_width="match_parent"
android:layout_height="1dp"/>
Change view to View
(lowercase v to uppercase V)
<view
android:layout_width="match_parent"
android:layout_height="1dp"/>
Change view to View
(lowercase v to uppercase V)