There is a virtual keyboard which shows on my device when I press the SYM key. This particular keyboard has the needed digits, "-", ">", "<" and ".". None of the following show this SYM keyboard:
EditText1.INPUT_TYPE_NONE,
EditText1.INPUT_TYPE_NUMBERS,
EditText1.INPUT_TYPE_DECIMAL_NUMBERS,
EditText1.INPUT_TYPE_PHONE,
EditText1.INPUT_TYPE_TEXT.
What code does show this keyboard?
Any help will be appreciated.
EditText1.INPUT_TYPE_NONE,
EditText1.INPUT_TYPE_NUMBERS,
EditText1.INPUT_TYPE_DECIMAL_NUMBERS,
EditText1.INPUT_TYPE_PHONE,
EditText1.INPUT_TYPE_TEXT.
What code does show this keyboard?
Any help will be appreciated.