I'm working on a custom keyboard, but have a problem. The Enter key of my keyboard not working for SearchView while the Enter key of the default keyboard of device, works correctly. I have defined the Enter key in my keyboard xml file as below:
<Key android:codes="10"
android:iconPreview="@drawable/pr_sym_keyboard_return"
android:keyWidth="12.5%p" android:keyEdgeFlags="right"/>
Can anyone help me please?