How to change the text color for the background text in the CodeEditorLayout?
By default, it's black in color.
I have tried android:textColor="@color/white" but its not working.
Maybe something like app:ke_editor_textColor similar to app:ke_lineNumbers_textColor can help in this.
How to change the text color for the background text in the CodeEditorLayout?
By default, it's black in color.
I have tried
android:textColor="@color/white"but its not working.Maybe something like
app:ke_editor_textColorsimilar toapp:ke_lineNumbers_textColorcan help in this.