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

Commit 62155920 authored by Amin Shaikh's avatar Amin Shaikh
Browse files

Update QS pagination dots color.

Bug: 73312177
Test: visual
Change-Id: I4072dc245fb525fdeef42d4334f96fa1f74c0ff7
parent 8a771ee9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ public class PageIndicator extends ViewGroup {
    // The size of a single dot in relation to the whole animation.
    private static final float SINGLE_SCALE = .4f;

    private static final float MINOR_ALPHA = .3f;
    private static final float MINOR_ALPHA = .42f;

    private final ArrayList<Integer> mQueuedPositions = new ArrayList<>();

@@ -53,7 +53,7 @@ public class PageIndicator extends ViewGroup {
            removeViewAt(getChildCount() - 1);
        }
        TypedArray array = getContext().obtainStyledAttributes(
                new int[]{android.R.attr.colorForeground});
                new int[]{android.R.attr.colorControlActivated});
        int color = array.getColor(0, 0);
        array.recycle();
        while (numPages > getChildCount()) {