Using xml Syntax Highlighting
- <application android:label="@string/app_name" android:icon="@drawable/leaf">
- <activity android:name="blahblahblahr"
- android:label="@string/app_name"
- android:screenOrientation="landscape">
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.LAUNCHER" />
- </intent-filter>
- </activity>
- </application>
Parsed in 0.002 seconds, using GeSHi 1.0.8.4
On the emulator it displays in portrait view until I change the above(android:screenOrientation="landscape) to portrait. Anyone else having this issue?

