I work on mobile device app and i use Material Alert Dialog. This component awesome but this text size is so small for mobile device. How to i increase to the value. (i used canvas scaler mode to Scale With Screen Size)
Hi there,
You might have more luck if you used a reference resolution that more closely matches the device size and orientation you're targeting - about 360x640 should do the trick.
It's a bit barebones, but you can check out the documentation on scaling here :)
~ Declan.