Closed grantbow closed 13 years ago
two cases:
Both have problems but case 1 is a little more severe than case 2.
Evidently function onResume of mark.java line 100 (below) with container.getHeight() called later isn't accurately giving me what I need.
Display container = ((WindowManager)this.getSystemService(WINDOW_SERVICE)).getDefaultDisplay();
added onResume to onConfigurationChanged
Seems to work OK now.
Result: The orientation is changed correctly but button sizes are not recalculated and some are not visible on the screen.