RelativeLayout.LayoutParams params= new RelativeLayout.LayoutParams(LayoutParams.FILL_PARENT, LayoutParams.WRAP_CONTENT); params.addRule(RelativeLayout.LEFT_OF, ID_OF_VIEW);
On May 22, 2:35 am, carrerasrodrigo <[email protected]> wrote: > hi!! > is there a way to define the layout_toLeftOf at runtime?? i can't find > a way to do that! > > thanks a lot!! > > -- > 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 > athttp://groups.google.com/group/android-developers?hl=en -- 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

