Merge "Provider model slice: The icon of mobile data's color is too light"
This commit is contained in:
committed by
Android (Google) Code Review
commit
fd401c0167
@@ -215,6 +215,8 @@ public class ProviderModelSliceHelper {
|
|||||||
drawable = shared.get();
|
drawable = shared.get();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
drawable.setTint(
|
||||||
|
Utils.getColorAttrDefaultColor(mContext, android.R.attr.colorControlNormal));
|
||||||
if (isDataSimActive()) {
|
if (isDataSimActive()) {
|
||||||
drawable.setTint(Utils.getColorAccentDefaultColor(mContext));
|
drawable.setTint(Utils.getColorAccentDefaultColor(mContext));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user