• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

scroll design

andoleg

Lurker
Hello.
In android studio I did scroll.
<Relative Layout
<Scroll view
<Relative Layout

blah
blah
,,,,,,,

blah

/>
/>
/>

it turns out a long scroll. I make a copy , pastes in the design window of textView and automatically throws me to the top of the layout.
The question is how to make sure that when working in the studio, the scroll does not throw me upstairs? It is terribly uncomfortable then to go down to the desired area.
Thanks in advance.
 
html,body {
font-size: 100%;
min-height: 100%;
background-image: url(../img/bg-pattern.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}


Take out the height=100% it should solve the problem.
 
Back
Top Bottom