[android-developers] TranslateAnimation z-order problem

2010-02-18 Thread mc_sunw
I've come across a curious problem: I have a simple horizontal LinearLayout: Button A - ViewGroup (vertical LinearLayout containing TextViews) - Button B It's important to note that the views are defined in the XML in the above order i.e. Button A, ViewGroup, Button B. I have a simple

[android-developers] Re: TranslateAnimation z-order problem

2010-02-18 Thread mc_sunw
-define my whole layout again as that has implications for the whole app). On Feb 18, 7:45 pm, Dianne Hackborn hack...@android.com wrote: The Z adjustment only works for window animations.  I thought this was documented, but apparently not. On Thu, Feb 18, 2010 at 8:25 AM, mc_sunw mlcaun