Cambiar tamaño de texto de desplegable

buen día con todos
estoy tratando de agrandar el texto de un desplegable ya que algunos de los usuarios son cortos de vista en este caso que podría hacer
y si pudiera cambiar también el color del texto seria genial

saludos.

there is no build-in function to set the text with larger font size.
another option:
Button + popup dialog extension.

Use a ListPicker - you can set font height and font colour.

ListPickerSample.aia (2.9 KB)

solo puedo cambiar el tamaño del texto seleccionado
pero no el texto a seleccionar es muy pequeño para los cortos de vista en especial para las personas mayores de edad

saludos

You could try the Tableviewer extension by @Kevinkun and create a table with a single column, then set the font size, text colour and background colour using html/css.

Have you tried a Button and exposing a hidden ListView?
http://ai2.appinventor.mit.edu/reference/components/userinterface.html#ListView

1 Like

Well, I'm no spring chicken myself, I don't think the font height is really that bad but I do think we should empower the App Developers to be able to offer their users a choice of font height (Already Requested of MIT).

In fact I wonder if it's a tiny bug, it seems so obvious that if you can resize the button text, the List text should be flexible too.

Try ABG's suggestion of a List View:
ListViewExample.aia (4.0 KB)

This one has a button so that the User can increase the font size @ run time.