如何更改活动演示?

时间:2011-06-10 01:49:36

标签: android

我想为每个活动设置不同的幻灯片演示文稿。

这可能吗,怎么办呢?

1 个答案:

答案 0 :(得分:0)

你的意思是不同的方向吗?如果是,则在清单中的活动中指定。

<activity android:name=".PhoneActivity"
    android:label="@string/app_name"
    android:screenOrientation="landscape">

设置screenOrientation时,您可以使用几个选项。有关所有这些内容,请参阅http://developer.android.com/guide/topics/manifest/activity-element.html#screen