11 lines
388 B
XML
11 lines
388 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.mogo.och.shuttle">
|
|
|
|
<application>
|
|
<activity android:name="com.mogo.och.shuttle.ui.BusSwitchLineActivity"
|
|
android:theme="@style/SwitchLineDialogStyle"
|
|
android:launchMode="singleTask"
|
|
android:screenOrientation="landscape" />
|
|
</application>
|
|
|
|
</manifest> |