A negative value of indent will produce a hanging indentation. That is, the first line will have the full width, and subsequent lines will be indented by the absolute value of indent.
TextView.indent
int indent() @propertyGet indent property.
Returns
Amount to indent the paragraph, in pixels.
void indent(int propval) @propertySet indent property.
Parameters
propval | Amount to indent the paragraph, in pixels. A negative value of indent will produce a hanging indentation. That is, the first line will have the full width, and subsequent lines will be indented by the absolute value of indent. |