user interface - android extracted mode keyboard and android:digits -
i have edittext
field restricted numbers , .,-
android:digits
, set android:inputtype
numbersigned|numberdecimal
my problem when switch landscape mode, ime goes extracted mode , lost comma put (i'm testing french locale).
if delete androud:inputtype
, works keyboard not set numeric keypad.
what i missing?
just found it's android sdk bug: http://code.google.com/p/android/issues/detail?id=2626
Comments
Post a Comment