Question

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

Was it helpful?

Solution

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

android:imeOptions="actionDone"
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top