On Tue, Aug 2, 2011 at 3:40 AM, hachi <hmz...@gmail.com> wrote:
> I am using an EditText view in a scenario in which it would be very
> convenient to change the layout of the default android keyboard
> (specifically bring a special character to the initial view among
> alphabets so the user does not have to do two taps to get it). I know
> I could design a custom keyboard to do that, but is there a way to do
> this swap to the default keyboard without tooo much trouble.

Use android:inputType to hint what you want. You cannot attack the
user by force-changing their soft keyboard to another implementation,
so the hinting is as close as you can get.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in NYC: http://marakana.com/training/android/

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to