SBJ
SBJ

Reputation: 4139

How its possible in Android same as InputAccessoryView of iOS?

i need to add extra button in android inbuilt keyboard or above keyboard it's possible in ?

can anyone suggest me any control in Android like InputAccessoryView in iOS ?

i know its possible when use/create custom keyboard but i have to add button in inbuilt android keyboard its possible ?

Thanks

Upvotes: 1

Views: 999

Answers (1)

Maneesh
Maneesh

Reputation: 6128

You can add a button on keyboard like Done button , by setting up below property.

android:imeOptions="actionDone"

Upvotes: 1

Related Questions