<RelativeLayout xmlns:andro
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/eb"
android:focusable="true"
android:focusableInTouchMode="true">
<EditText
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</RelativeLayout>
二:调用关闭软键盘和editext的clearFocus();
EditText对象的clearFocus();
InputMethodManager imm = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
((), 0);(关闭软键盘。。。)