On Mon, Oct 4, 2010 at 12:53 PM, dadada <ytbr...@gmail.com> wrote:
> how do i add the content view behind gridview?
>
> i could only addContentView on top of gridview.
>
> I setContentView() of the gridview for the activity.

Step #1: Create a FrameLayout

Step #2: Put the "content view behind gridview" as the first child of
the FrameLayout

Step #3: Put the GridView as the second child of the FrameLayout

The FrameLayout will then layer the GridView atop the "content view
behind gridview"

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training...At Your Office: http://commonsware.com/training

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to