Use the dialog theme for the file browser because it looks better on tablets.
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Fri, 25 May 2012 20:46:00 +0000 (20:46 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Fri, 25 May 2012 20:46:00 +0000 (20:46 +0000)
git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@726 180e2498-e6e9-4542-8430-84ac67f01cd8

android/AndroidManifest.xml

index d39d7a27059bf6331c92b61c330cff7b0af2414c..9043baf92db7fe6be7d4a89070f3217d01467901 100644 (file)
@@ -77,7 +77,8 @@
         <activity\r
             android:name=".android.simulation.SimulationViewActivity"\r
             android:theme="@style/AppTheme.NoActionBar" />\r
-        <activity android:name=".android.filebrowser.SimpleFileBrowser" />\r
+        <activity android:name=".android.filebrowser.SimpleFileBrowser"\r
+            android:theme="@style/Theme.Sherlock.Dialog" />\r
     </application>\r
 \r
 </manifest>
\ No newline at end of file