Colors Xml: "attribute Is Missing The Android Namespace Prefix"
This is my colors.xml: #ffffff This gives me the foll
Solution 1:
try to add this...
<resourcesxmlns:android="http://schemas.android.com/apk/res/android"><colorname="white">#FFFFFF</color></resources>
Post a Comment for "Colors Xml: "attribute Is Missing The Android Namespace Prefix""