Possible Duplicate:
Display input validation errors in popup

enter image description here

Please look the given above image i want to put Validation like this in edittext. I have use setError but it not look like this i am not understand how to customize these property. Please give me any suggestion about getting solution.

link|improve this question

43% accept rate
No it is not a duplicate question i have already see it before posting this question because in that question a error message is show right side but i want to show it on left side how can it possible. – DynamicMind Sep 2 '11 at 12:28
It is a duplicate. If you want to show it on the left side instead of the right side, then ask your question that way, assuming you already know how to create the Toast. – Robert Harvey Sep 4 '11 at 4:22
Dear Robert please see carefully the above picture it is not a Toast it is a custom validation i have got it in an application name is Evernote if you want to see it click on this link and market.android.com/… and install on your device then click on create account link of this application on the front page. Then you got it i am right and it is not a duplicate question. – DynamicMind Sep 5 '11 at 5:08
feedback

closed as exact duplicate by Robert Harvey Sep 4 '11 at 4:22

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

If you want to create some custom notifications you'll have to show a Toast with a custom layout.

link|improve this answer
Thanks for replay. We are able to notify use by toast but it is for particular time also a problem is that how to attached it with edit text show i get solution of my question. – DynamicMind Sep 2 '11 at 12:30
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.