Hi, I am using spinners in my app and I've noticed there isn't an way to set or change the fontsize of the selected element in the spinner. Is it possible to add this attribute? Or are there any workarounds? I want my app to scale dynamically with screen size.
Unfortunately, the default Spinner in App Inventor doesn't allow for direct font size changes. A common workaround is to use a custom layout with a ListView instead, where you can control the font size more easily. You can dynamically adjust the font based on screen size as well.