开发者

Tell android that my layout can be resized instead of cropped

开发者 https://www.devze.com 2023-01-19 03:51 出处:网络
How can I 开发者_开发技巧tell android to not crop my layout when displaying the on-screen keyboard but to instead resize it? You need to add adjustResize to your android:windowSoftInputMode attribute

How can I 开发者_开发技巧tell android to not crop my layout when displaying the on-screen keyboard but to instead resize it?


You need to add adjustResize to your android:windowSoftInputMode attribute on each <activity> definition in your AndroidManifest.xml.

Check here for more information.

0

精彩评论

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