mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-24 04:20:07 +01:00
use white color for urls in B&W theme
This commit is contained in:
parent
2a5e86f99c
commit
923777a5c7
@ -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) {
|
||||
|
@ -26,7 +26,6 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_alignParentRight="true"
|
||||
android:padding="@dimen/small_margin"
|
||||
android:textStyle="italic"
|
||||
tools:text="123"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user