How to remove Spinner's ellipsize or '…' at the end?
How to remove Spinner's ellipsize or '…' at the end? I made a few Spinners and the length(width) of Spinner is shorter than the name of some items. For example, after choosing an item. [South K...▼] [South K...▼] But what I want is this: [South Kore▼] [South Kore▼] (But not [South Kore▼a] nor overlapped.) [South Kore▼a] It seems like Spinner in Layout(XML) doesn't have any attributes like ellipsize. And I couldn't find any information online. Is there any way to solve this problem? My resources are here: 1. Country Name Array in [strings.xml] 1. Country Name Array in [strings.xml] <string-array name="countries_array"> <item>Argentina</item> <item>Australia</item> <item>Austria</item> <item>Bangladesh</item> <item>Belgium</item> <item>Brazil</item> <item>Bulgaria</item> <item>Cambodia</item> <item>Canada</item...