android - i want to remove long press mode popup in specific key -


I have a list of keys in the keyboard, it is an example of one of the keys:

  & lt; Key Android: code = "45" Android: keyLabel = "-" Android: keyWidth = "20% p" Android: isModifier = "true" Android: keyEdgeFlags = "right" />  

I want to remove the popup function. How do i do this

If you mean you do not want to preview the key icon then you should use this code (if You press the <0> OnKeyboardActionListener :

  Public Zero (int primecode) {if (PrimaryCode == - 2} PrimaryCode == - 5 = Primary COD = = - 4) Public Zero Release {mInputView.setPreviewEnabled (true);}  
on {mInputView.setPreviewEnabled (false);}}

Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -