Just to update the issue. I fixed this problem, I had a hidden TextView, which I though would be invisible. if the TextView has enough content it would push out the bottom part of the layout.
Deleted the invisible TextView, problem solved. On Sep 4, 7:06 pm, kronos <[email protected]> wrote: > I have an app that uses <merge> to align the views at the top and > bottome of the the screen. a summary of the view look like this: > > <merge> > <LinearLayout> top portion of screen </LinearLayout> > <LinearLayout> bottom portion of screen </LinearLayout> > </merge> > > This works fine for all uses of the application except one. When the > application is called as an Intent from Gmail app, the application > will soon lose the bottom part of the layout. > > What could be the problem ? > > I tried replacing <merge> with <FrameLayout> but there was the same > problem. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

