I am testing it on Galaxy S2,there is no problem on it. But some devices looks like These screenshots- samsung Galaxy Note -.
What should I do? I cant find any topic about it?


Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to set the
ellipsizeto none for that textview and there will be no “…”Second thing this only happens when you have set your textview to
SingleLine = true, so if you want to streatch your textview to multiline based on the text size then remove the singleline.