Use dialog style for the download form.
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Wed, 18 Jul 2012 17:58:19 +0000 (17:58 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Wed, 18 Jul 2012 17:58:19 +0000 (17:58 +0000)
git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@905 180e2498-e6e9-4542-8430-84ac67f01cd8

android/AndroidManifest.xml

index f1c961d58b5fb7e5f4383c1255cff7755abfad09..473dfeb2115077123f3dd144ea7505a9848dbff3 100644 (file)
@@ -30,7 +30,7 @@
                                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\r
+                               is actually invoked when a file is selected.\r\r\r\r
             -->\r
             <!-- this intent filter convinces the file browser to display icons -->\r
             <intent-filter>\r
@@ -56,7 +56,8 @@
                     android:scheme="file" />\r
             </intent-filter>\r
         </activity>\r
-        <activity android:name=".android.rocket.OpenRocketViewer"\r
+        <activity\r
+            android:name=".android.rocket.OpenRocketViewer"\r
             android:windowSoftInputMode="adjustPan" />\r
         <activity android:name=".android.PreferencesActivity" >\r
             <intent-filter>\r
@@ -69,7 +70,9 @@
         <activity\r
             android:name=".android.motor.BurnPlotActivity"\r
             android:theme="@style/AppTheme.NoActionBar" />\r
-        <activity android:name=".android.thrustcurve.TCQueryActivity" />\r
+        <activity\r
+            android:name=".android.thrustcurve.TCQueryActivity"\r
+            android:theme="@style/Theme.Sherlock.Dialog" />\r
         <activity\r
             android:name=".android.simulation.SimulationViewActivity"\r
             android:theme="@style/AppTheme.NoActionBar" />\r