Merge "Provider model slice: The icon of mobile data's color is too light"

This commit is contained in:
TreeHugger Robot
2021-01-15 02:29:31 +00:00
committed by Android (Google) Code Review

View File

@@ -215,6 +215,8 @@ public class ProviderModelSliceHelper {
drawable = shared.get();
}
drawable.setTint(
Utils.getColorAttrDefaultColor(mContext, android.R.attr.colorControlNormal));
if (isDataSimActive()) {
drawable.setTint(Utils.getColorAccentDefaultColor(mContext));
}