French and Spanish translations updates
[debian/openrocket] / android / AndroidManifest.xml
index c0d28a011d4170c4d9f4ee41e859397438487c8e..07a6582f8d1da28d3a819a6fd2ea9e08084a5a05 100644 (file)
 \r
     <application\r
         android:name=".android.Application"\r
-        android:debuggable="true"\r
+        android:debuggable="false"\r
         android:icon="@drawable/or_launcher"\r
         android:killAfterRestore="true"\r
         android:label="@string/app_name"\r
         android:theme="@style/AppTheme" >\r
         <activity\r
-            android:name=".android.Main">\r
+            android:name=".android.Main"\r
+            android:theme="@style/AppTheme.Clean" >\r
             <intent-filter>\r
                 <action android:name="android.intent.action.MAIN" />\r
 \r
             </intent-filter>\r
         </activity>\r
         <activity\r
-            android:name=".android.rocket.OpenRocketLoaderActivity">\r
+            android:name=".android.rocket.OpenRocketLoaderActivity"\r
+            android:theme="@style/AppTheme.Clean" >\r
 \r
             <!--\r
                  I don't understand why I need to have two different intent filters. \r
                                Combining the <data> elements into a single field did not result in a working \r
                                application. The first intent-filter (with mimeType wildcard) convinces the \r
                                file browser to associate the correct launcher icon. the second intent-filter \r
-                               is actually invoked when a file is selected.\r\r
+                               is actually invoked when a file is selected.\r\r\r
             -->\r
             <!-- this intent filter convinces the file browser to display icons -->\r
             <intent-filter>\r