We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d31de commit d92a3c7Copy full SHA for d92a3c7
1 file changed
codeview/src/main/java/com/amrdeveloper/codeview/CodeView.java
@@ -91,7 +91,7 @@ public class CodeView extends AppCompatMultiAutoCompleteTextView implements Find
91
// Highlighting current line options
92
private Rect lineBounds;
93
private Paint highlightLinePaint;
94
- private boolean enableHighlightCurrentLine = true;
+ private boolean enableHighlightCurrentLine = false;
95
private final static int LINE_HIGHLIGHT_DEFAULT_COLOR = Color.DKGRAY;
96
97
// Indentations options
0 commit comments