Would you post your xml for your layout? If the children of a view are using the android:layout_height or android:layout_width property, for example, in a way that is tied to the parent (such as, android:layout_height="fill_parent") then I imagine changing the size of the parent should, as defined in the xml, change the size of the children. If this is how your xml is set up and you don't want this behavior, you should probably change the xml for the children.
On Apr 2, 3:50 pm, Ovuca <[email protected]> wrote: > Hi, > > I need to resize the height of a layout so i tried to apply a scale > animation. The view is resized but its children are resized too. Is > there a way to resize the layout without resizing its children? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

