[android-developers] Re: Views below ScrollView

2009-09-01 Thread Atif Gulzar
ok I find the solution. Set Bottom layout margin of ScrollView to 50dp and the view that you want to stick on screen sets its Up layout margin to -50dp -- Best Regards, Atif Gulzar I Unicode, ɹɐzlnƃ ɟıʇɐ On Tue, Sep 1, 2009 at 1:08 PM, Atif Gulzar atif.gul...@gmail.com wrote: Hi all,

[android-developers] Re: Views below ScrollView

2009-09-01 Thread AngelOD
Hmm, I suppose that could work, but if you use a vertical LinearLayout, and then have a ScrollView with a layout-weight of 1, and a horizontal LinearLayout with a layout-weight of 0, wouldn't that work at least as well? :) On Sep 1, 9:14 am, Atif Gulzar atif.gul...@gmail.com wrote: ok I find