show the selected letter at the fastscroller too

This commit is contained in:
tibbi
2020-02-05 16:28:44 +01:00
parent b67cb04f4a
commit 12279d09fd
2 changed files with 12 additions and 0 deletions

View File

@ -180,6 +180,9 @@ abstract class MyViewPagerFragment(context: Context, attributeSet: AttributeSet)
FastScrollItemIndicator.Text("")
}
})
letter_fastscroller_thumb.setupWithFastScroller(letter_fastscroller)
letter_fastscroller_thumb.textColor = config.primaryColor.getContrastColor()
}
}
}