How can I vary the height of some keys within a row?
Posted
by ea
on Stack Overflow
See other posts from Stack Overflow
or by ea
Published on 2010-04-30T15:04:35Z
Indexed on
2010/04/30
15:07 UTC
Read the original article
Hit count: 195
android-keypad
|android
I'm creating a custom keyboard layout. The SDK allows changing the width of keys in a row (as in ThickButtons), but ideally I'd like to be able to vary both the height and width of keys within a row (and still have the keys occupy all the available space.)
Another way of looking at this is that I want to allow some keys to be in more than one contiguous row. Any ideas would help. Thank you.
© Stack Overflow or respective owner