使整个 EditText 可见?
这是我的问题:
键盘覆盖了 EditText。我怎样才能防止这种情况发生?这是我的原始视图(没有键盘):
Here is my problem:
The keyboard covers up the EditText. How can I prevent this from happening? Here is my original view (without the keyboard):
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将选项卡中的整个视图放入滚动视图中,这将允许应用程序的用户向上滚动活动以查看编辑框。
You need to put your entire view within the tab into a scrollview which will allow the users of your app to scroll the activity up to see the edit box.