Merge branch 'cherry-pick-a27daf11' into 'dev'
Change gms_not_required_title to color green See merge request AuroraOSS/AuroraStore!473
This commit is contained in:
@@ -1056,7 +1056,7 @@ class AppDetailsFragment : BaseFragment<FragmentDetailsBinding>() {
|
||||
binding.layoutDetailsCompatibility.txtGmsDependency.apply {
|
||||
title = getString(R.string.details_compatibility_gms_not_required_title)
|
||||
subTitle = getString(R.string.details_compatibility_gms_not_required_subtitle)
|
||||
titleColor = ContextCompat.getColor(context, R.color.colorRed)
|
||||
titleColor = ContextCompat.getColor(context, R.color.colorGreen)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user