Baseflow / Baseflow/PhotoView

no scroll for images with height and size more than the dispay

Open
#369 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
18.8k
Forks
3.9k
PR merge metrics
No merged PRs in 30d

Description

I have an image with w/h more than the screen size. So i programmatically create a new view. When i zoom there is a scroll property. But on the initial position there is no scroll

```
mMapView = new MapView(this);
mMapView.setLayoutParams(new LayoutParams(bitmap.getWidth(), bitmap.getHeight()));
mMapView.setImageBitmap(bitmap);
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.