Hierarchy Viewer Makes Height Changes Appear
it's my first question. I have built a custom component: a RelativeLayout with a TextView on the bottom and two ImageView above that, acting as a 2-columns clickable element of an
Solution 1:
When you load a hierarchy from the tool, a relayout/redraw happens to measure performance. You are probably not calling requestLayout() when you should.
Post a Comment for "Hierarchy Viewer Makes Height Changes Appear"