Android Question Can large text size (>50) be used with a Spinner?

TimF

New Member
If I set a spinner to a large text size in code (e.g. spinner.TextSize=80) the associated popup list of values is NOT adjusted in height to the new Text size.

That is, the text overlaps (top and bottom) in the popup listview. I have looked for a way around this but have not found one.
I assume this is why the designer does not allow a text size greater than 50.

I have written a simple spinner like class that lets me use larger text sizes.
However, I thought I would ask the question in case there is a simple solution that I could not find.

Thanks for your help
 
Top