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.
我有一个视图,根据可用的屏幕空间,不需要可见。有没有一种简单的方法来检测它是否能正确地放在屏幕上?
这听起来像是一项根据屏幕尺寸具有不同布局的作业。如果您按屏幕大小设置布局文件夹,您可以为小屏幕或大屏幕指定不同的布局:
layout-small -> my_layout.xml layout-large -> my_layout.xml layout-600sw # tablet -> my_layout.xml
等等
请参阅此博客文章以供参考