Skip to content

Files

Latest commit

 

History

History
21 lines (14 loc) · 338 Bytes

line-number.md

File metadata and controls

21 lines (14 loc) · 338 Bytes

Line Number

Starting From version 1.1.1 CodeView now have support for line number.

Enable/Disable line number

codeView.setEnableLineNumber(enableLineNumber);

Set line number text color

codeView.setLineNumberTextColor(Color.GREY);

Set line number text size

codeView.setLineNumberTextSize(size);