Implement color indicators (green, yellow, red) for the Simulation Status in the...
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Tue, 26 Jun 2012 18:26:06 +0000 (18:26 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Tue, 26 Jun 2012 18:26:06 +0000 (18:26 +0000)
commitd0a7b512a3b108bda6043e050fbc593730ebde3f
treefa76ac3f3690611bf65d8e87ef9431e252fc3755
parentaf8308cae44d6ed3471990788d3c82be601b025b
Implement color indicators (green, yellow, red) for the Simulation Status in the Simulations list.  This makes the list more like that on OR desktop.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@810 180e2498-e6e9-4542-8430-84ac67f01cd8
android/res/drawable/simulation_state.xml [new file with mode: 0644]
android/res/drawable/simulation_state_green.xml [new file with mode: 0644]
android/res/drawable/simulation_state_red.xml [new file with mode: 0644]
android/res/drawable/simulation_state_yellow.xml [new file with mode: 0644]
android/res/layout/simulation_list_item.xml [new file with mode: 0644]
android/res/values/simulation_states.xml [new file with mode: 0644]
android/src/net/sf/openrocket/android/rocket/Simulations.java
android/src/net/sf/openrocket/android/simulation/SimulationListItem.java [new file with mode: 0644]