看一下整体布局
把整体布局贴出来 应该是你布局的问题
Edittext的宽350dp太大了 可能遮盖了后面的控件 用 android:layout_width="wrap_content"代替android:layout_width="350dp"