Skip to content

Commit 923777a

Browse files
committed
use white color for urls in B&W theme
1 parent 2a5e86f commit 923777a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/src/main/kotlin/com/simplemobiletools/notes/pro/fragments/TextFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class TextFragment : NoteFragment() {
122122
return
123123
}
124124

125-
setColors(config.textColor, config.primaryColor, config.backgroundColor)
125+
setColors(config.textColor, context.getAdjustedPrimaryColor(), config.backgroundColor)
126126
setTextSize(TypedValue.COMPLEX_UNIT_PX, context.getTextSize())
127127
gravity = config.getTextGravity()
128128
if (text.toString() != fileContents) {

app/src/main/res/layout/fragment_text.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
android:layout_height="wrap_content"
2727
android:layout_alignParentBottom="true"
2828
android:layout_alignParentEnd="true"
29-
android:layout_alignParentRight="true"
3029
android:padding="@dimen/small_margin"
3130
android:textStyle="italic"
3231
tools:text="123"/>

0 commit comments

Comments
 (0)