Change OpenRocketViewer to tab layout with three tabs: overview, components, and...
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Sun, 8 Jan 2012 00:53:35 +0000 (00:53 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Sun, 8 Jan 2012 00:53:35 +0000 (00:53 +0000)
commit35f681d229482d9f5c2308da3c8f58576b4ef628
treeafc86d8231046c2d77e9c81a578acd8b2c4baad1
parent64dd1081ccb5aa481ac7f3111e97cdd9562d4967
Change OpenRocketViewer to tab layout with three tabs: overview, components, and simulations.  Overview is populated with some high level data about the rocket - length, mass, cg, etc.  Components will be populated with the tree of rocket components.  Simulations contains the list of stored simulations.

Added length and mass preferences and wired into the application object initialization of the OpenRocket UnitGroup statics.

There is currently an issue in the Simulation list in that the motors are not being displayed.  This is because currently the motor dao is not wired into the application.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@278 180e2498-e6e9-4542-8430-84ac67f01cd8
android/res/layout/openrocketviewer.xml
android/res/values/strings.xml
android/res/xml/preferences.xml
src/net/sf/openrocket/android/Application.java
src/net/sf/openrocket/android/PreferencesActivity.java
src/net/sf/openrocket/android/rocket/OpenRocketViewer.java