properly update the viewpager title strip text color

This commit is contained in:
tibbi 2017-01-06 22:51:29 +01:00
parent edb87a52a6
commit 721ea4ef65
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener {
setTextSize(TypedValue.COMPLEX_UNIT_PX, getTextSize())
setGravity(Gravity.CENTER_VERTICAL)
setNonPrimaryAlpha(0.4f)
setTextColor(config.textColor)
}
updateTextColors(view_pager)
}