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
You can add a button on keyboard like Done button , by setting up below property.
android:imeOptions="actionDone"