Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开发了一个 Android 应用程序,然后我有了类似 twitter 新帖子的灵感。Twitter 新帖子的布局会在出现软键盘时自动缩小。
任何人都知道我应该通过布局或代码在哪里制作。
谢谢。
注意:我包括 twitter 捕获:软键盘出现时缩小:软键盘隐藏时出现或变大:隐藏
在您的AndroidManifest.xml中,将此标签添加到您的Activity:
AndroidManifest.xml
Activity
android:windowSoftInputMode="adjustResize"