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:
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
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">
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
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
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
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
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
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
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"
>
10 matches
Mail list logo