Skip to content

How can I addObject at a specific location #7

@tsakmalis

Description

@tsakmalis

I would like to add 6 items in turboImageView using addObject(..., ....) but I would like to set them in specific Location. So I am using something like this:

PositionAndScale positionAndScale = new PositionAndScale();
                        positionAndScale.set(940, 740,
                                false, 0,
                                false, 0, 0,
                                false, 0);
PointInfo pointInfo = new PointInfo();
turboImageView.setPositionAndScale(multiTouchObj.get(i), positionAndScale, pointInfo);
turboImageView.addObject(getActivity().getApplicationContext(), R.drawable.weather_cloudy_day);

but unfortunately any of the 6 items is at the Center.

Is there any solution?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions