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
Solution 1:
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"