Having an issue with Spinner Text size again. I was hoping to be able to use it in my library this time, but the B4A Spinner just isn't sizing text right. If I tell it to wrap content for height and it has a large text size it just crops it and always draws the view at a set height.
When messing with straight android XML layouts I don't remember having this issue...although I don't remember even being able to change the text size either. Is there something with the additions of being able to change text size by code causing this, or some type of layout issue where the internal layout isn't wrapping to content?
I had tried making my own adapter and setDropDownViewResource, etc before, but it Force Closed when making a selection and I'm guessing when adding items later it would change all the stuff back another way anyway.
What is the adapter type and layouts used by the B4A Spinner Wrapper, and are there any other methods in it that would be messed up if I change them?
I really want to get this to size right this time and not have to go to using a label or button.
When messing with straight android XML layouts I don't remember having this issue...although I don't remember even being able to change the text size either. Is there something with the additions of being able to change text size by code causing this, or some type of layout issue where the internal layout isn't wrapping to content?
I had tried making my own adapter and setDropDownViewResource, etc before, but it Force Closed when making a selection and I'm guessing when adding items later it would change all the stuff back another way anyway.
What is the adapter type and layouts used by the B4A Spinner Wrapper, and are there any other methods in it that would be messed up if I change them?
I really want to get this to size right this time and not have to go to using a label or button.