TurboImageProject
TurboImageProject copied to clipboard
New objects are not added at the center of the screen
when I add a new object its getting added at the top left of the screen (0,0), how do I add it to the center?
Android SDK version : 29
Add object with click event it will work fine
Like this : btnAddImage.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { turboImageView.addObject(this,R.drawable.transparent_image); } });