Android KeyBoard.Key disable iconPreview of special keys?
问题 I customize my own soft keyboard by implementing the KeyboardView.OnKeyboardActionListener interface. When the keys are pressed, it will show a preview popup. My problem is how to disable the preview popup for special keys such as SHIFT and DELETE? I have tried to set the android:iconPreview attribute to null but it didn't work. <Key android:codes="-1" android:keyIcon="@drawable/key_shift" android:keyWidth="15%p" android:isModifier="true" android:isSticky="true" android:keyEdgeFlags="left" />