2012-07-18 89 views

回答

8

你可以试试:

android:windowSoftInputMode="stateHidden" 

为您的活动在AndroidManifest.xml

+0

这对我有用 – user1255273 2012-07-18 13:55:41

5

将这两行添加到您的主布局。

android:descendantFocusability="beforeDescendants" 
android:focusableInTouchMode="true" 
+1

厂像一个魅力! +1 – 2015-12-11 13:34:26

2

添加在您的布局定义(以XML文件)这个下列选项:

android:focusable="true" android:focusableInTouchMode="true"