<view
android:layout_width="match_parent"
android:layout_height="1dp"/>
Change view to View in the 4 or 5 places where it is lowercase in your xml
<view
android:layout_width="match_parent"
android:layout_height="1dp"/>
Change view to View in the 4 or 5 places where it is lowercase in your xml