ADT - How do I graphicly edit a scrollview that is bigger than the screen size?

StackOverflow https://stackoverflow.com/questions/23433759

  •  14-07-2023
  •  | 
  •  

سؤال

I am working on an application for android. I have a scrollview that needs to hold many many things. I want to graphicly edit it and add all these things but I can only edit what fits on the screen..

Is there any way to edit it height wise besides selecting 10 inch tablet view?

Thanks!

هل كانت مفيدة؟

المحلول

You might want to try Android Studio.

The graphic layout designer view extends to wrap the content of a ScrollView, so you can always see everything in the ScrollView.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top