Change gms_not_required_title to color green
(cherry picked from commit a27daf1161390f7208010b0d850e330cb15b4ad2) Co-authored-by: Inhishonor <inhishonor@protonmail.com>
This commit is contained in:
@@ -1057,7 +1057,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