Skip to content Skip to sidebar Skip to footer

Android View Resize And Windowmanager: Unwanted Transition During Child View Placement

I'm having some problems in avoiding an unwanted transition during child view placement in a custom ViewGroup after parent view resizing. This problem seems to be only present when

Solution 1:

I found the answer to my question here:

http://stackoverflow.com/questions/31338359/avoid-layout-change-animations-in-custom-view-thats-updated-in-the-windowmanag?rq=1

It seems that I didn't search enough before posting my question...

Post a Comment for "Android View Resize And Windowmanager: Unwanted Transition During Child View Placement"