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.
对于横向的 InputMethodService,Android 会自动显示一个文本框,显示通过软键输入的文本。如何获得该文本框的高度,以便我可以计算横向的可用屏幕高度?谢谢!
找到了!
它的工作方式相反:我可以使用我想要的屏幕高度的任何部分,然后 Android 用文本框占据剩余空间。