0

I'm trying to force the ScrollView for all resolutions, both horizontally and vertically.

That's what I'm getting "one single layout" with weight, but I have many problems.

I put a photo, so you can see that I am referring: enter image description here

That you can see correctly 480x800 - 2560-1600 (or higher)

But for now I have not found a way to do it.

2 Answers2

0

Have you already tried to do this:

android:layout_width="fill_parent"
android:layout_height="wrap_content"

in your xml, maybe it's a solution.

Kargavibe
  • 21
  • 4
0

The solution is create others layouts (-Land -small -normal -large -xlarge) Scrollview fill_parent with "layout_weight"

Community
  • 1
  • 1