if (ArrayUtils.contains(colorButtonRecent, deleteColor)) {
            // validated, value exists
            colorButtonRecent = ArrayUtils.removeElement(colorButtonRecent, deleteColor);
            Log.d("ColorData", "Successfully deleted");
            Log.d("ColorData", "Recent : " + Arrays.deepToString(colorButtonRecent));