Scale Scrollview Contents To Fill Screen
I've a scrollview that displays a few bitmap imageviews to fill the screen. To support larger screens, I just want to scale the images. If I place a single imageview in the scrollv
Solution 1:
android:scaleType="scaleXY"
in your imageview
Post a Comment for "Scale Scrollview Contents To Fill Screen"