代码之家  ›  专栏  ›  技术社区  ›  Prabhat

在Android1.5中强制activity在横向运行activity

  •  1
  • Prabhat  · 技术社区  · 15 年前

    我有一个应用程序是在肖像模式。但是,我想以横向模式运行特定的活动。我试过下列方法,但没有成功。

    1. android:screenOrientation="landscape" in AndroidManifest.xml
    2. this.setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE); in activity requiring landscape mode
    

    按规定 here . 请帮忙。 谢谢

    1 回复  |  直到 9 年前
        1
  •  1
  •   Community Mohan Dere    9 年前

    中提供的清单解决方案 the question you linked to 肯定有用。 Here is a sample project android:screenOrientation="landscape" .