I'm trying to create a ring using shapedrawable in xml. I've got the ring created, but it puts a rectangular border around it that is a different color from the background. As you can see here http://ift.tt/1uqeuoA
Here is the xml:
<shape
xmlns:android="http://ift.tt/nIICcg"
android:shape="ring"
android:innerRadiusRatio="1"
android:thickness="1dp"
android:useLevel="false">
<solid android:color="#FFFFFF" />
<size
android:height="4dp"
android:width="4dp" />
</shape>
No comments:
Post a Comment