no scroll for images with height and size more than the dispay
- Langage dominant
- Java
- Étoiles
- 18.8k
- Forks
- 3.9k
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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);
```
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Commencez par reproduire le problème avec l’extrait MapView et une image plus grande que l’écran, en comparant la position initiale avec l’état après zoom. Suivez le comportement de mise en page et de défilement de MapView ; le travail est terminé lorsque l’image trop grande peut défiler aussi bien depuis son état initial qu’après un zoom.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- android, java
- Domaine
- mobile
- Type d'issue
- Bug
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- À clarifier
- Accessibilité débutants
- 25/100