Desperately trying to create a simple style for my edit text box, this is infuriating me to no end.
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://ift.tt/nIICcg">
<corners android:radius="5dp" />
<stroke
android:width="1dp"
andoid:color="#44433A" />
<solid android:color="#FFF" />
</shape>
I get two errors, "Error Parsing XML: unbound prefix" at "stroke" and another at "android:color" "Attribute is missing the Android namespace prefix"
Now I have a feeling at least one of them has to do with the xmlns etc and the address (of which I have no idea about but would love to know).
No comments:
Post a Comment