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 平板电脑上调试 Android 移动应用程序,但不能全屏调试 - 屏幕中间的实际尺寸与带有 iPhone 应用程序的 iPad 一样。
这取决于应用程序内屏幕的布局设置。如果父布局(带有 xmlns 属性的布局)的宽度和高度属性设置为“match_parent”/fill_parent,则应用程序也将占据平板电脑的整个屏幕。如果您不希望全屏将其设置为“wrap_content”。