textAlign

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

The horizontal text alignment of the field widget.

OSandroid
Example
set the textAlign of widget "Android Field" to "center"
Values
NameTypeDescription
Value
  • "left": Left-aligned text
  • "center": Center-aligned text
  • "right": Right-aligned text
Description

Use the textAlign property to change the horizontal text alignment of the field widget.