score:1

Accepted answer

try

<scrollview> 
<relativelayout>
<imageview>  with "wrap_content","wrap_content" and app background here
.
.
.

i have not try this but i guess it will work..

score:0

i'm not sure if you can do that with scrollview but if you want to change your application to scroll horizontally you might consider implement a viewpager and set a different background at each page. it will smoothly switch between pages displaying different picture on the full screen. you might want to check this tutorial: http://thepseudocoder.wordpress.com/2011/10/05/android-page-swiping-using-viewpager/


Related Query

More Query from same tag