Vertical Alignment (Android)

Class Properties
t.alignAuto textAlignVertical: 'auto'
t.alignTop textAlignVertical: 'top'
t.alignBottom textAlignVertical: 'bottom'
t.alignCenter textAlignVertical: 'center'

Auto

Use t.alignAuto to align the top of an element with the top of the parent element’s font.

t.alignAuto

Top

Use t.alignTop to align the top of an element and its descendants with the top of the entire line.

t.alignTop

Center

Use t.alignCenter to align the middle of an element with the baseline plus half the x-height of the parent.

t.alignCenter

Bottom

Use t.alignBottom to align the bottom of an element and its descendants with the bottom of the entire line.

t.alignBottom