I am developing App that has EditText in List Item View. which accept the numeric value and list of values with '+' sign. on submit a function is called which evaluate that string and adds the values present in that string separated by '+'. Now the problem is i had set
'inputType="number'
to the EditText box but in numeric keyBoard '+' sign is not present. I tried to use 'digits=0123456789+' but not worked