png
png

Reputation: 4408

Change icon on softkeyboard

I have an EditText with android:imeOptions="actionDone". The soft keyboard that pops up shows a tick mark. I want to change it to the one in google contacts search -->| . How can i do this? Can it be set in xml?

Upvotes: 0

Views: 874

Answers (1)

ephemient
ephemient

Reputation: 204926

android:imeOptions flags include

  • actionDone
  • actionNext

Upvotes: 1

Related Questions