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
{{ message }}
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
It would be much nicer to be able to adjust this custom view's height to its parent, right now with match_parent your image will just be bigger than your parent component.
It would be much nicer to be able to adjust this custom view's height to its parent, right now with match_parent your image will just be bigger than your parent component.
An ImageView already has scaleType to solve this issue.
So maybe you could inherit your component from ImageView or build something alike?