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