Android TextView
with some additional features.
XML Attributes Description
Attribute | Description |
---|---|
gn:rotation
|
Sets rotation angle |
gn:textStyle
|
Sets style of text |
gn:letterSpacing
|
Increases/decreases distance between the letters |
gn:rotation
Sets rotation angle
(Float) values = -90.0
to +90.0
gn:textStyle
Sets style of text
(String) values = bold
, bolditalic
, italic
gn:letterSpacing
Increases/decreases distance between the letters
(Float) values = increments/decrements of 0.05
, i.e. -0.05
, 0.05
, 0.10
, ...