Skip to content

Commit

Permalink
Use fullscreen app theme
Browse files Browse the repository at this point in the history
  • Loading branch information
sfalexrog committed Aug 26, 2017
1 parent 418d64c commit 6d15454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImguiDemoSdl/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen">
<activity android:name=".DemoActivity"
android:configChanges="orientation">
<intent-filter>
Expand Down

0 comments on commit 6d15454

Please sign in to comment.