I have implemented a custom spinner where no initial default selection is made. The code for NoDefaultSpinner is from this post https://stackoverflow.com/a/3427058/1257074
The problem is that the Prompt defined for this spinner in the xml layout file, is cuttoff if the Layout Width = wrap_content is less than the width of the Prompt text. See below.
One solution is to just define a width in the xml file for the custom spinner, but unfortunately the spinner is generated dynamically in code.
Any ideas or suggestions please?