color the License links too
This commit is contained in:
parent
a273d1b41b
commit
84bc3035e0
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ class LicenseActivity : BaseSimpleActivity() {
|
||||||
view.apply {
|
view.apply {
|
||||||
license_title.text = getUnderlinedTitle(getString(license.titleId))
|
license_title.text = getUnderlinedTitle(getString(license.titleId))
|
||||||
license_title.setOnClickListener { launchViewIntent(license.urlId) }
|
license_title.setOnClickListener { launchViewIntent(license.urlId) }
|
||||||
|
license_title.setTextColor(baseConfig.primaryColor)
|
||||||
license_text.text = getString(license.textId)
|
license_text.text = getString(license.textId)
|
||||||
licenses_holder.addView(this)
|
licenses_holder.addView(this)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue