Skip to content

Commit 721ea4e

Browse files
committed
properly update the viewpager title strip text color
1 parent edb87a5 commit 721ea4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/kotlin/com/simplemobiletools/notes/activities/MainActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener {
6969
setTextSize(TypedValue.COMPLEX_UNIT_PX, getTextSize())
7070
setGravity(Gravity.CENTER_VERTICAL)
7171
setNonPrimaryAlpha(0.4f)
72+
setTextColor(config.textColor)
7273
}
7374
updateTextColors(view_pager)
7475
}

0 commit comments

Comments
 (0)