I have an edit text with a background image. When i click on the edit text i should enter numericals.
So, I should dispaly a numeric keypad. I did this by android: inputtype = “Phone” method. But iam not getting numeric keypad. Please help me>?
I have an edit text with a background image. When i click on the
Share
for this You need to set the EditText’s Input type property to number .
android:inputType=”number”