[android-beginners] Re: Layout Problem Listview in Scrollview

2009-03-12 Thread guruk
oh thanks... that could be a solution.. yes.. great but how to do this for example in my case? thanks for help.. i love android but i am so newbie (usualy php coder).. so thanks twice for your patient :) On Mar 12, 7:53 pm, Romain Guy wrote: > YouTube does not put a ListView inside a ScrollView

[android-beginners] Re: Layout Problem Listview in Scrollview

2009-03-12 Thread Romain Guy
YouTube does not put a ListView inside a ScrollView. They simply use a Gallery as a header view inside a ListView. On Thu, Mar 12, 2009 at 10:51 AM, guruk wrote: > > thanks.. > > just look on youtube app, they do it the same. > > but i got also they limit there listview at the first page :) so i

[android-beginners] Re: Layout Problem Listview in Scrollview

2009-03-12 Thread guruk
thanks.. just look on youtube app, they do it the same. but i got also they limit there listview at the first page :) so i did not the same. thanks chris On Mar 12, 7:48 pm, Romain Guy wrote: > Do NOT put a ListView inside a ScrollView. ListView already handles > scrolling, you're only going

[android-beginners] Re: Layout Problem Listview in Scrollview

2009-03-12 Thread Romain Guy
Do NOT put a ListView inside a ScrollView. ListView already handles scrolling, you're only going to run into trouble. On Thu, Mar 12, 2009 at 4:37 AM, guruk wrote: > > Hi, (sorry if this mail is twice, but i dont see my first posting > online:) > > I have a Scrollview with an Gallery at the top,