imageView没有设置相对父布局宽高。
应该这样
android:layout_width="wrap_content" android:layout_width="match_parent" android:src="@drawable/add" />