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.
我一直在使用 percentrelativelayout 处理 (xamarin.android) 项目并且遇到了一个问题。当显示软键盘时,它会挤压整个布局。有没有办法解决这个问题?就像如何将键盘设置在布局之上。
我通过在 mainactivity.cs 文件“WindowSoftInputMode = SoftInput.AdjustPan”中添加一个标签来解决它。