no scroll for images with height and size more than the dispay
Open
- 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
Assessment
This issue has not been assessed yet.