Hint and Text in editText at same time
问题 I just need an editText in which i can set Text and hint at the same time. e.g i want user to enter in editText string like user#1234 in this string user# should be text after that numbers will vary so that 1234 should be show as hint when user try to enter cursor will go after # and 1234 hint will gone when user type a character. Please guide me how to do this. Thanks 回答1: I managed to achieved this with bit of tricks and playing with margin and padding This is what I did <RelativeLayout