You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am doing some tests with the codes provided here, specifically with custom view GestureImageView, and using StandartImageProgrammatic as main activity. When trying to perform the update of the source image based on a condition, for example:
if the original image is zoomed or/and scrolled, changing the original position, when app make the exchange of image source, it is reset to the original position without zoom, and centralized.
Is there a way to keep the position of the previous picture?
Sorry for bad english.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
I am doing some tests with the codes provided here, specifically with custom view GestureImageView, and using StandartImageProgrammatic as main activity. When trying to perform the update of the source image based on a condition, for example:
if (x = 1) {
view.setImageResource (R.drawable.first);
else {}
view.setImageResource (R.drawable.second);
}
if the original image is zoomed or/and scrolled, changing the original position, when app make the exchange of image source, it is reset to the original position without zoom, and centralized.
Is there a way to keep the position of the previous picture?
Sorry for bad english.
Thank you.
The text was updated successfully, but these errors were encountered: