lineSize property

int lineSize
final

Size of the line. Pre-defined sizes can be obtained using LINE_LARGE, LINE_MEDIUM or LINE_SMALL.

When lineSize >= 3, that line will have the exact same padding from the start, instead of the pre-defined values.

Implementation

final int lineSize;