Skip to content

Instantly share code, notes, and snippets.

@seal308
Created June 22, 2016 11:31
Show Gist options
  • Select an option

  • Save seal308/d536f6f5f81fb10595df9cd78b6b0521 to your computer and use it in GitHub Desktop.

Select an option

Save seal308/d536f6f5f81fb10595df9cd78b6b0521 to your computer and use it in GitHub Desktop.
<activity android:name=".MainActivity" android:screenOrientation = "portrait" android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name=".GameActivity" android:screenOrientation="portrait" android:theme="@android:style/Theme.NoTitleBar.Fullscreen"></activity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment