Skip to content

Commit

Permalink
Merge pull request koreader#4 from chrox/master
Browse files Browse the repository at this point in the history
make koreader window fullscreen
  • Loading branch information
hwhw committed May 28, 2014
2 parents bd9aec7 + c00cad6 commit 675fce5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
<uses-sdk android:minSdkVersion="9" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<application android:label="@string/app_name"
android:hasCode="false" android:debuggable="true">
android:hasCode="false" android:debuggable="true">
<activity android:name="android.app.NativeActivity"
android:label="@string/app_name">
android:label="@string/app_name"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
<meta-data android:name="android.app.lib_name"
android:value="luajit-launcher" />
<intent-filter>
Expand Down

0 comments on commit 675fce5

Please sign in to comment.