properly update all colors if needed

This commit is contained in:
tibbi
2020-05-11 11:49:55 +02:00
parent 52f3acd246
commit 496a5469ae
5 changed files with 76 additions and 3 deletions

View File

@ -28,4 +28,8 @@ abstract class MyViewPagerFragment(context: Context, attributeSet: AttributeSet)
}
abstract fun setupFragment()
abstract fun textColorChanged(color: Int)
abstract fun primaryColorChanged(color: Int)
}