Merge: Nitpretty: make the tool more customizable
[nit.git] / lib / mnit_android / android_app.nit
index cbd6085..9d0d6c4 100644 (file)
 # limitations under the License.
 
 # Impements the services of `mnit:app` using the API from the Android ndk
-module android_app is
-       android_manifest_activity """
+module android_app is android_manifest_activity """
                android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
                android:configChanges="orientation|keyboardHidden"
-               android:screenOrientation="portrait""""
-end
+"""
 
 import mnit
 import android
@@ -36,10 +34,6 @@ in "C" `{
        extern EGLConfig mnit_config;
        extern int32_t mnit_width;
        extern int32_t mnit_height;
-       extern float mnit_zoom;
-
-       //int mnit_orientation_changed;
-       float mnit_zoom;
 `}
 
 redef class App