Can someone tell me, why there is a square bracket at the end row which shown in the red circles if TextView has property single_line="true"
and cyrillic text is set?
Asked
Active
Viewed 1,659 times
2

Talha
- 12,673
- 5
- 49
- 68

Alexey Troshin
- 21
- 2
-
2Can you give us some code/xml ? – Danpe Dec 29 '12 at 09:44
-
It seems like broken symbol (encoding problem). Do you have new lines at the end (a file with all menus), are they just `\n` (unix) or windows `\r\n`? How do you shorten the strings with hellips (...) - alrorithm? – Rolice Dec 29 '12 at 09:58
-
Do you use a custom font? – Henry Dec 29 '12 at 10:06
-
please try this.android:ellipsize="start" – Harshid Dec 29 '12 at 10:08
-
Yes, I am use custom font - EUROPE_DEMI – Alexey Troshin Dec 29 '12 at 10:27
-
I am facing the same problem. I've also used custom font - Arial. Did you find any solution?? – Vikram Gupta Jan 17 '13 at 10:59
-
http://stackoverflow.com/questions/6492074/why-does-textview-in-single-line-elipsized-with-end-show-boxes – Alexey Troshin Jan 17 '13 at 14:55