mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-02-12 01:20:49 +01:00
fixing a view id
This commit is contained in:
parent
168dcc9f71
commit
425f6622ce
@ -50,7 +50,7 @@ class RecentsFragment(context: Context, attributeSet: AttributeSet) : MyViewPage
|
|||||||
|
|
||||||
override fun setupColors(textColor: Int, primaryColor: Int, properPrimaryColor: Int) {
|
override fun setupColors(textColor: Int, primaryColor: Int, properPrimaryColor: Int) {
|
||||||
binding.recentsPlaceholder.setTextColor(textColor)
|
binding.recentsPlaceholder.setTextColor(textColor)
|
||||||
binding.recentsPlaceholder.setTextColor(properPrimaryColor)
|
binding.recentsPlaceholder2.setTextColor(properPrimaryColor)
|
||||||
|
|
||||||
recentsAdapter?.apply {
|
recentsAdapter?.apply {
|
||||||
initDrawables()
|
initDrawables()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user