mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-03 18:21:05 +02: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
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
setColors(config.textColor, config.primaryColor, config.backgroundColor)
|
setColors(config.textColor, context.getAdjustedPrimaryColor(), config.backgroundColor)
|
||||||
setTextSize(TypedValue.COMPLEX_UNIT_PX, context.getTextSize())
|
setTextSize(TypedValue.COMPLEX_UNIT_PX, context.getTextSize())
|
||||||
gravity = config.getTextGravity()
|
gravity = config.getTextGravity()
|
||||||
if (text.toString() != fileContents) {
|
if (text.toString() != fileContents) {
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentBottom="true"
|
android:layout_alignParentBottom="true"
|
||||||
android:layout_alignParentEnd="true"
|
android:layout_alignParentEnd="true"
|
||||||
android:layout_alignParentRight="true"
|
|
||||||
android:padding="@dimen/small_margin"
|
android:padding="@dimen/small_margin"
|
||||||
android:textStyle="italic"
|
android:textStyle="italic"
|
||||||
tools:text="123"/>
|
tools:text="123"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user