I am creating a ListActivity. In each element of the list, I have a View I that contains RatingBar and EditText. In the screenshot below, you can see that the virtual keyboard contains a return key and a Finish key. I would like to specify a different keyboard style to use (and hopefully keep the spell checker panel). I would like my virtual keyboard to have a Done key instead of a return key. Can I set the style of the virtual keyboard that I want in the EditText XML format? If so, how?
thanks for the help
alt text http://i38.tinypic.com/20t2o7r.png
source
share