Android: Imageview Scale To Screen Width Within A Scrollview
I'm quite new to android programming and I stumbled upon a problem with my layout. At first, I had a Linearlayout with a textview, 2 buttons and a imageview scaled to fit the scree
Make LinearLayout/RelativeLayout as parent view. In that make a scroll view and set alignparentTop=true. This scrollView will contain a single layout in which all other views will be placed.
Post a Comment for "Android: Imageview Scale To Screen Width Within A Scrollview"