fieldTextColor

Typeproperty
Dictionaryandroid.field
LibraryAndroid Native Field
Syntax
set the fieldTextColor of <widget> to <pColor>
get the fieldTextColor of <widget>
Associationscom.livecode.widget.native.android.field
Summary

The color of the text of the field widget.

OSandroid
Example
set the fieldTextColor of widget "Android Field" to "255,0,0,128"
Values
NameTypeDescription
Value

A comma delimited string representing a color in RGB / RGBA format

Description

Use the fieldTextColor property to change the color of the text of the field widget.