What method need I @Overload in order to change the size of the Activity when it is first开发者_如何学C loaded?
It does not depend on the "size of the Activity". You have to resize your root container. Which is generally a Layout. You can try a scale animation on your layout to see the effect of resizing.
精彩评论