Can anyone help me with this one? If it's hard to imagine, you can refer to my rough sketch below.
------------------ | | | | |----------------| Let's say the above drawing is the input view for the soft keyboard. It basically is located at the bottom of the screen filling the entire width of the screen. ------------------ | |XXXXXXXX| | |XXXXXXXX| |----------------| Let's say the above drawing is the input view for the soft keyboard that I am planning to implement. The portion filled with 'X's is the area where my keys will be placed. So I want that this area is the only touchable region for the soft keyboard. This means that if there are any widgets (ex. button) on the Activity behind the soft keyboard, that button should be touchable/clickable provided that it is not covered by the keys in the soft keyboard. On Feb 14, 1:24 pm, tsukishiro yamazaki <[email protected]> wrote: > Hi, > > I'm making a custom-shaped softkeyboard. I am using the softkeyboard > sample from developers.android.com. > I want that only certain parts in thekeyboardwill betouchableso I > though of using the constant field > TOUCHABLE_INSETS_REGION to set the touchableInsets member field. > However, this does not seem to be > supported in the SDK. Only the following 3 constant fields are > available : > 1. TOUCHABLE_INSETS_CONTENT > 2. TOUCHABLE_INSETS_FRAME > 3. TOUCHABLE_INSETS_VISIBLE > > Can someone help me with this problem? Has this constant field been > removed? > Thanks and best regards, > - tsukishiro -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

