it\'s my first question.
I have built a custom component: a RelativeLayout with a TextView on the bottom and two ImageView above t
RelativeLayout
TextView
ImageView
When you load a hierarchy from the tool, a relayout/redraw happens to measure performance. You are probably not calling requestLayout() when you should.