RelativeLayout vs LinearLayout with weights

Viewed 1155

I have a row in a list that I am trying to implement. I can use one RelativeLayout or one LinearLayout with weights. Is there a clear winner in performance for one RelativeLayout or one linearLayout with weights?

1 Answers
Related