i have application uses internal ime (meaning ime code within application , not true ime). use ime panel enter/edit edittext. works fine froyo (i have not tested under gingerbread). on honeycomb, however, can input text , edit no cursor or text highlight displayed! know how work around this? i'd rather not fork code special honeycomb version correct 1 problem.
i have explicitly set xml cursorvisible element true , set true setcursorvisible in code doesn't help.
thanks!
add these attributes edittext, make blinking cursor black:
android:textcolor="#000000" android:textcursordrawable="@null"
it's needed if you're using holo theme. from: https://stackoverflow.com/a/9165217/1267112
Comments
Post a Comment