mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-06-05 21:49:23 +02:00
updating some more texts on resume
This commit is contained in:
@ -56,7 +56,8 @@ class ContactsFragment(context: Context, attributeSet: AttributeSet) : MyViewPag
|
||||
|
||||
override fun setupColors(textColor: Int, primaryColor: Int, adjustedPrimaryColor: Int) {
|
||||
(fragment_list?.adapter as? MyRecyclerViewAdapter)?.updateTextColor(textColor)
|
||||
fragment_placeholder_2.setTextColor(primaryColor)
|
||||
fragment_placeholder.setTextColor(textColor)
|
||||
fragment_placeholder_2.setTextColor(adjustedPrimaryColor)
|
||||
|
||||
letter_fastscroller.textColor = textColor.getColorStateList()
|
||||
letter_fastscroller_thumb.setupWithFastScroller(letter_fastscroller)
|
||||
|
@ -34,6 +34,7 @@ class FavoritesFragment(context: Context, attributeSet: AttributeSet) : MyViewPa
|
||||
}
|
||||
|
||||
override fun setupColors(textColor: Int, primaryColor: Int, adjustedPrimaryColor: Int) {
|
||||
fragment_placeholder.setTextColor(textColor)
|
||||
(fragment_list?.adapter as? MyRecyclerViewAdapter)?.updateTextColor(textColor)
|
||||
|
||||
letter_fastscroller.textColor = textColor.getColorStateList()
|
||||
|
Reference in New Issue
Block a user