mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
use white color for urls in B&W theme
This commit is contained in:
@ -122,7 +122,7 @@ class TextFragment : NoteFragment() {
|
||||
return
|
||||
}
|
||||
|
||||
setColors(config.textColor, config.primaryColor, config.backgroundColor)
|
||||
setColors(config.textColor, context.getAdjustedPrimaryColor(), config.backgroundColor)
|
||||
setTextSize(TypedValue.COMPLEX_UNIT_PX, context.getTextSize())
|
||||
gravity = config.getTextGravity()
|
||||
if (text.toString() != fileContents) {
|
||||
|
Reference in New Issue
Block a user