Change color and/or size of "Show" type text

I used some “Show” type items in my app to display some descriptions/guides/warnings to users on the screen.

I just wonder is it possible to change the color and size of that text?

(I tried to search for some guides here, but it’s all about setting text color for “Enumlist” type, base on conditions.)

I’m very appreciate for any help. Thanks so much!

Hi Evendo,
you just need a canvas and a brush.

Context() - Identify the view you want to format. Example; context(view)=“mynameview”
https://support.google.com/appsheet/answer/10107885
Format Rules - font size, text-color, icons…
https://support.google.com/appsheet/answer/10106703

2 Likes