[android-developers] Re: and FrameLayout tags lose part of the Views when the app is called from Gmail app
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 <jeremyvillalo...@gmail.com> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home