Android 如何让EditText不自动获取焦点



在 LinearLayout 中加入

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


你可能感兴趣的:(android安卓,eclipse,android)