openrocket/android/res/drawable/simulation_state_red.xml

9 lines
285 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval" >
<corners android:radius="12dp"/>
<solid android:color="#CCFF0000"/>
<size android:width="24dp" android:height="24dp"/>
</shape>