[android-developers] Re: Fixed Top and Bottom

2010-02-22 Thread Beena
Thanks to all. pskink Thanks for the help. Its really working fine now. Your suggestions helps me a lot. Thanks to Mark Murphy, It is good to see the hierarchy view, which will help me a lot in future. Again thanks to all. On Feb 22, 6:39 pm, skink wrote: > On Feb 22, 2:23 pm, Beena wrote:

[android-developers] Re: Fixed Top and Bottom

2010-02-22 Thread skink
On Feb 22, 2:23 pm, Beena wrote: > Here is the main.xml > = > > > > http://schemas.android.com/apk/res/ > android" >     android:layout_width="fill_parent" >     android:layout_height="fill_parent" >         android:background="#FFF" >         android:orientation="vertical" >     androi

[android-developers] Re: Fixed Top and Bottom

2010-02-22 Thread Beena
Here is the main.xml = http://schemas.android.com/apk/res/ android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="#FFF" android:orientation="vertical" android:scrollbarSize="12dip">

Re: [android-developers] Re: Fixed Top and Bottom

2010-02-22 Thread Mark Murphy
Beena wrote: > It is not showing even. Use hierarchyviewer to figure out where you are going wrong. http://developer.android.com/intl/de/guide/developing/tools/hierarchy-viewer.html -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Android Programming Tutor

[android-developers] Re: Fixed Top and Bottom

2010-02-22 Thread Beena
It is not showing even. On Feb 22, 6:12 pm, skink wrote: > On Feb 22, 1:58 pm, Beena wrote: > > > > > Thanks skink, > > Its working fine for header not for footer. > > > My main.xml is: > > > > > > > > >   > > > > > > > > > > > Any suggestion? > > hmm, it should work: header fixed at the

[android-developers] Re: Fixed Top and Bottom

2010-02-22 Thread skink
On Feb 22, 1:58 pm, Beena wrote: > Thanks skink, > Its working fine for header not for footer. > > My main.xml is: > > > > >   > > > > > > > Any suggestion? > > hmm, it should work: header fixed at the top, your content should be scrollable in the middle, and footer fixed at the bottom

[android-developers] Re: Fixed Top and Bottom

2010-02-22 Thread Beena
Thanks skink, Its working fine for header not for footer. My main.xml is: Any suggestion? On Feb 22, 3:44 pm, skink wrote: > On Feb 22, 11:34 am, Beena wrote: > > > > > Thanks Sam for the reply, > > Let me explain again. > > The Content which you have shown in your example is ver

[android-developers] Re: Fixed Top and Bottom

2010-02-22 Thread skink
On Feb 22, 11:34 am, Beena wrote: > Thanks Sam for the reply, > Let me explain again. > The Content which you have shown in your example is very long in my > case. So it will scrolling. > Now when I will scrolling only the content should be scrolled not the > header and footer. > Header and foot

[android-developers] Re: Fixed Top and Bottom

2010-02-22 Thread Beena
Thanks Sam for the reply, Let me explain again. The Content which you have shown in your example is very long in my case. So it will scrolling. Now when I will scrolling only the content should be scrolled not the header and footer. Header and footer remain at the same position. What to do for tha

[android-developers] Re: Fixed Top and Bottom

2010-02-22 Thread Sam Dutton
Not sure I understand what you're trying to achieve, but how about this: http://schemas.android.com/apk/res/android"; android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" >