properly color the new fastscroller
This commit is contained in:
parent
9c56922b75
commit
b3a30f17d9
1 changed files with 3 additions and 0 deletions
|
|
@ -343,6 +343,9 @@ class ThreadActivity : SimpleActivity() {
|
|||
confirm_manage_contacts.applyColorFilter(textColor)
|
||||
thread_add_attachment.applyColorFilter(textColor)
|
||||
|
||||
val adjustedPrimaryColor = getAdjustedPrimaryColor()
|
||||
thread_messages_fastscroller.updateColors(adjustedPrimaryColor, adjustedPrimaryColor.getContrastColor())
|
||||
|
||||
thread_character_counter.beVisibleIf(config.showCharacterCounter)
|
||||
thread_character_counter.setTextSize(TypedValue.COMPLEX_UNIT_PX, getTextSize())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue