Try using the android:windowSoftInputMode for the <activity> tag in
the AndroidManifest.xml file.

http://developer.android.com/guide/topics/manifest/activity-element.html#wsoft

The options available are
          android:windowSoftInputMode=[one or more of:
"stateUnspecified"
                                       "stateUnchanged" "stateHidden"
                                       "stateAlwaysHidden"
"stateVisible"
                                       "stateAlwaysVisible"
"adjustUnspecified"
                                       "adjustResize" "adjustPan"]


Hope this helps,
Balwinder Kaur
Open Source Development Center
·T· · ·Mobile· stick together

The views, opinions and statements in this email are those of the
author solely in their individual capacity, and do not necessarily
represent those of T-Mobile USA, Inc.
On Jul 28, 6:03 am, Morris <[email protected]> wrote:
> Hi All:
>
> The default settings of Android Keyboard is enabled. I would like to
> disable it by default.
> I couldn't know how and where to modify the code to let it be disabled
> by default at my first time when I open the android system.
>
> Thanks a lot
>
> Best Regards,
> Morris
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to