Hi,
While trying to layout a set of widgets in a LinearLayout inside of a
ScrollView, everything looks fine.
Now I want to place a logout-button below the scrollview, so the button
is IN ANY CASE visible AT THE END OF THE Display area NOT! below the ScrollView.
If there are too many widgets in the scrollview, the slider sould be visible,
to scroll throuth the widgets.
This is the layout (in HVGA-P)
MANY widgets:
1|________________|
2| Filled ||
3| EditText ||
4| Widget ||
5| With Fixed ||
6| Lines ||
7| Attribute ||
8|_______________ ||
9|______Button 1___| <- should be glue'ing like gravity=bottom
(The || represent the slider).
Only SOME widgets (This is what I want):
1|________________|
2| Filled |
3| EditText |
4| Widget |
5|----------------------| <- end of the scroll view
6| |
7| <empty> |
8|_______________ |
9|______Button 1___| <- should be glue'ing like gravity=bottom
This happens wiht Only SOME widgets in my example :
1|________________|
2| Filled |
3| EditText |
4| Widget |
5|----------------------| <- end of the scroll view
6|______Button 1___|
7|
8|
9|
The problem is, my Button1 still hang in line 6 instead the wanted line 9 of my example (remember line9 should be the displays-bottom area.)
Is there a way to define this within the layout for any resolution of displays (means H or V)?
Thanx
Mike

, right?
