diff --git a/commons/src/main/kotlin/com/simplemobiletools/commons/activities/LicenseActivity.kt b/commons/src/main/kotlin/com/simplemobiletools/commons/activities/LicenseActivity.kt index 7c23b14d8..2e99c8b87 100644 --- a/commons/src/main/kotlin/com/simplemobiletools/commons/activities/LicenseActivity.kt +++ b/commons/src/main/kotlin/com/simplemobiletools/commons/activities/LicenseActivity.kt @@ -25,6 +25,7 @@ class LicenseActivity : BaseSimpleActivity() { view.apply { license_title.text = getUnderlinedTitle(getString(license.titleId)) license_title.setOnClickListener { launchViewIntent(license.urlId) } + license_title.setTextColor(baseConfig.primaryColor) license_text.text = getString(license.textId) licenses_holder.addView(this) }