Fix UI disordered when starting activity in background

ViewPager can't get its actual height when updating in background.
Call super.onMeasure() at first to retrive child count and then call
setMeasuredDimension().

Bug: 135406087
Test: Manual test
Change-Id: I58430d01b324785d9d6f900d31791abf67ebceb2
1 file changed