1

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?

Mansour
  • 445
  • 1
  • 4
  • 14
  • this type of problem generated EditTextField Id. Your must to specify in your LatinKeyboard of functionality of your Enter Key Behavior. – Avanish Singh Oct 10 '15 at 07:04
  • Can you explain more about this? I check the input method type in LatinKeyboard to show appropriate icon for Enter key. – Mansour Oct 11 '15 at 09:13

0 Answers0