Re: [android-developers] Add view to an layout by Z index?

2010-11-23 Thread Mark Murphy
Step #1: Get rid of AbsoluteLayout and use RelativeLayout, or possibly FrameLayout. Step #2: Add the child at the appropriate index. Later children are higher on the Z axis than are earlier children. On Mon, Nov 22, 2010 at 4:16 AM, dannylin chenkin...@gmail.com wrote: I have a project that

[android-developers] Add view to an layout by Z index?

2010-11-22 Thread dannylin
I have a project that needs to change the displayed content dynamically I know i can remove then add a new view to my layout. the problem in my project is we need to split the screen into different layers. for example: |