How to override onSetContentView while Using Ratio Resolution policy in Andengine Base game activity
问题 I am developing (learning to build :) a game with andengine GLES2 . I am using Base game activity , and I override the setContent view to place my admob ad. Everything works fine except the resolution policy. Ratio Resolution policy is the one I am using along with CAMERA_WIDTH = 800; and CAMERA_HEIGHT = 480; The issue is that whenever overridden, the onsetContentView scene is not getting aligned to the center and margins are displayed only on the bottom and not on both: top and bottom. Same