imageview - How to fill the screen with an image on Android -
i'm working on mdpi, , when add imageview activity doesnt fill screen, tried setting scaletype fitxy image didnt fill screen, i'm using relativelayout
you must set width , height parameters match_parent in xml layout (instead of wrap_content)
Comments
Post a Comment