markusressel / markusressel/KodeEditor
Text color for editor background in CodeEditorLayout
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 92
- Forks
- 11
- Avg merge
- 4h 10m
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at CodeEditorLayout and compare how the existing app:ke_lineNumbers_textColor attribute is handled. The work is done when the editor background text can be configured with a corresponding text-color attribute and the default black color remains compatible.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100