简体   繁体   中英

Less than sign (<) and Greater than sign (>) are not the same size or shape in Android Studio

When I try to add special characters in android studio TextView, the less than sign is not the same size/shape as greater than sign. Here is a Screenshot so you know what I am talking about.

I used these characters in my strings.xml file:

<string name="mainPageText">See all available rooms \u003E</string>
<string name="listPageText">\uFE64 See my current status</string>

Is there any way to fix it so that they are both the same size and shape ?

https://www.compart.com/en/unicode/U+003C < and
https://www.compart.com/en/unicode/U+003E >

or

https://www.compart.com/en/unicode/U+FE64 ﹤ and
https://www.compart.com/en/unicode/U+FE65

instead of mixing one from the first and one from the second

(the difference is not as visible on SO due to a different font)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM