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.
我有一个 FrameLayout flApp.xml。我只想在纵向模式下使用 flApp.xml。
*我可以在布局文件 flApps.xml 中配置为仅在纵向模式下工作吗?*
注意:我不想在 AndroidManifest.xml 中配置
如果您不想编辑您AndroidManifest.xml可以通过使用以编程方式强制纵向模式
AndroidManifest.xml
setRequestedOrientation (ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);