Using the IME library, I use the following to display the keyboard for an EditText view:
kb.SetCustomFilter(EditText1, EditText1.INPUT_TYPE_DECIMAL_NUMBERS, "-0123456789.")
Both the decimal point and the minus sign show on the same key. In order to enter a minus, I have to double tap the key.
Is there any way to display the minus sign as a separate key?
I'm using the standard Samsung keyboard on an Android 6 device.
kb.SetCustomFilter(EditText1, EditText1.INPUT_TYPE_DECIMAL_NUMBERS, "-0123456789.")
Both the decimal point and the minus sign show on the same key. In order to enter a minus, I have to double tap the key.
Is there any way to display the minus sign as a separate key?
I'm using the standard Samsung keyboard on an Android 6 device.