Thanks in advance for the help.
I am developing an android application for research purposes and need to disable the speech to text button on the soft input keyboard
Just use this in your editText on the layout file:
android:imeOptions="flagNoPersonalizedLearning"