Can SearchView have VoiceSearchButton voice and keyboard voice input?

I am adding voice search capabilities to my application search interface. Currently it looks like this:

initial search interface

To add voice search, I added voiceSearchMode to my search configuration, which adds a button to SearchView to start a voice conversation. Now the interface looks like this:

enter image description here

However, as you can see on the keyboard, the microphone button is now disabled. I cannot find documentation on how to enable it again, and only related questions explain how to explicitly disable it.

Is it possible to have a voice search dialog box and input keyboard voice into SearchView ?

+7
android android-softkeyboard searchview voice
source share

No one has answered this question yet.

See related questions:

7
Android - SearchView does not open activity
2
Blinking cursor after text in SearchView without displaying a soft keyboard
2
How can I tell when text is entered into my Android SearchView on an ActionBar
one
Android Studio, how to set the "x" button in searchView instead of "cancel"?
one
Android searchable voice search language configuration
one
Custom buttons in viewview widgets (in the action bar)
0
Search: view does not expand to parent in toolbar
0
Mic runs without permission but doesn’t cancel Google Mic’s permission
0
Set Google voice input language
0
Is it possible to configure EditText (instead of SearchView) to search in Android (i.e.Search using the system)?

All Articles