Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25690691 authored by SongFerngWang's avatar SongFerngWang Committed by SongFerng Wang
Browse files

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

Bug: 17752644
Test: (PASS)atest NetworkProviderWorkerTest
(PASS)atest ProviderModelSliceTest
(PASS)atest ProviderModelSliceHelperTest

Change-Id: I5474396b0a6464f513c76f0984917af083dcf54c
parent 5d34370e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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));
        }