开发者

Android Activity Resize

开发者 https://www.devze.com 2023-01-09 20:52 出处:网络
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 containe

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消