Re: [android-developers] Re: updating layout params after animation finished

2012-08-06 Thread marcin kolonko
actually i had an idea to apply "layout_below" on update (when view1 is animated), but didn't try it out in the end. On 6 August 2012 13:05, marcin kolonko wrote: > no. > i had to animate both views separately. > > > > On 6 August 2012 11:10, Joshua Li wrote: > >> On Thursday, 19 July 2012 00:4

Re: [android-developers] Re: updating layout params after animation finished

2012-08-06 Thread marcin kolonko
no. i had to animate both views separately. On 6 August 2012 11:10, Joshua Li wrote: > On Thursday, 19 July 2012 00:42:27 UTC-7, marcin kolonko wrote: > > i have 2 views in a RelativeLayout like this: encoding="utf-8"?> > > > xmlns:android="http://schemas.android.com/apk/res/android"; >

[android-developers] Re: updating layout params after animation finished

2012-08-06 Thread Joshua Li
On Thursday, 19 July 2012 00:42:27 UTC-7, marcin kolonko wrote: > i have 2 views in a RelativeLayout like this: encoding="utf-8"?> >     xmlns:android="http://schemas.android.com/apk/res/android"; >     android:layout_width="match_parent" >     android:layout_height="match_parent" > > >