Loading presentation/src/main/java/com/moez/QKSMS/feature/main/MainActivity.kt +2 −2 Original line number Diff line number Diff line Loading @@ -189,9 +189,9 @@ class MainActivity : QkThemedActivity(), MainView { plusIcon.setTint(theme.theme) rateIcon.setTint(theme.theme) // Set the FAB compose icon color compose.setTint(ContextCompat.getColor(this, R.color.tools_theme)) compose.setTint(ContextCompat.getColor(this, R.color.colorPrimaryDark)) //set the FAB background color compose.setBackgroundTint(ContextCompat.getColor(this, R.color.colorPrimaryDark)) compose.setBackgroundTint(ContextCompat.getColor(this, R.color.tools_theme)) } Loading Loading
presentation/src/main/java/com/moez/QKSMS/feature/main/MainActivity.kt +2 −2 Original line number Diff line number Diff line Loading @@ -189,9 +189,9 @@ class MainActivity : QkThemedActivity(), MainView { plusIcon.setTint(theme.theme) rateIcon.setTint(theme.theme) // Set the FAB compose icon color compose.setTint(ContextCompat.getColor(this, R.color.tools_theme)) compose.setTint(ContextCompat.getColor(this, R.color.colorPrimaryDark)) //set the FAB background color compose.setBackgroundTint(ContextCompat.getColor(this, R.color.colorPrimaryDark)) compose.setBackgroundTint(ContextCompat.getColor(this, R.color.tools_theme)) } Loading