Merge commit '42b2e5ca519766e37ce6941ba4faecc9691cc403' into upstream
[debian/openrocket] / android / res / drawable / simulation_state.xml
diff --git a/android/res/drawable/simulation_state.xml b/android/res/drawable/simulation_state.xml
new file mode 100644 (file)
index 0000000..28e5923
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<selector xmlns:android="http://schemas.android.com/apk/res/android" \r
+    xmlns:openrocket="http://schemas.android.com/apk/res/net.sf.openrocket"\r
+    android:constantSize="true" android:dither="true" android:variablePadding="false">\r
+    <item android:drawable="@drawable/simulation_state_red" openrocket:simulation_invalid="true"/>\r
+    <item android:drawable="@drawable/simulation_state_yellow" openrocket:simulation_stale="true"/>\r
+    <item android:drawable="@drawable/simulation_state_green"/>\r
+</selector>
\ No newline at end of file