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

Commit 740d6732 authored by Sooraj Sasindran's avatar Sooraj Sasindran
Browse files

access system resources with android.R package

Bug: 143289541
Test: make
Change-Id: Idc10955639bce7b8e579c50af78056389d44d492
parent b942769c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -200,7 +200,7 @@ public class RenameMobileNetworkDialogFragment extends InstrumentedDialogFragmen

    private Color[] getColors() {
        final Resources res = getContext().getResources();
        final int[] colorInts = res.getIntArray(com.android.internal.R.array.sim_colors);
        final int[] colorInts = res.getIntArray(android.R.array.simColors);
        final String[] colorStrings = res.getStringArray(R.array.color_picker);
        final int iconSize = res.getDimensionPixelSize(R.dimen.color_swatch_size);
        final int strokeWidth = res.getDimensionPixelSize(R.dimen.color_swatch_stroke_width);