Thanks I had found that same information but I am looking for information on what tags and attributes I can use in XML to define a shape for example:
Using xml Syntax Highlighting
<shape xmlns:android="http://schemas.android.com/apk/res/android"
type="OvalShape" >
<solid android:color="#00000000"/>
<padding android:left="10sp" android:top="4sp" android:right="10sp"
android:bottom="4sp" />
<stroke android:width="1dp" android:color="#FFFFFFFF"/>
</shape>
Parsed in 0.002 seconds, using
GeSHi 1.0.8.4
just produces a white rectangle. I would assume it would produce a Oval. Also I am not sure what other tags i can use to define. I would assume there would be a radius tag or something but cannot seem to find anything in the documentation to that effect.
Thanks,
Robi