Merge commit '42b2e5ca519766e37ce6941ba4faecc9691cc403' into upstream
[debian/openrocket] / android / res / drawable / simulation_state_red.xml
diff --git a/android/res/drawable/simulation_state_red.xml b/android/res/drawable/simulation_state_red.xml
new file mode 100644 (file)
index 0000000..37c5b52
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<shape xmlns:android="http://schemas.android.com/apk/res/android"\r
+    android:shape="oval" >\r
+\r
+    <corners android:radius="12dp"/>\r
+    <solid android:color="#CCFF0000"/>\r
+    <size android:width="24dp" android:height="24dp"/>\r
+    \r
+</shape>
\ No newline at end of file