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

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -