error: found shape tag where item is expected

OscicaCooms

New Member
It gives me error on line number two showing "error: found shape tag where item is expected". It may be a problem of eclipse. I restarted eclipse and cleaned the project but nothing works.. \[code\]<resources><shape xmlns:android="http://schemas.android.com/apk/res/android" > <solid android:color="#FFFFFF"/> <stroke android:width="2dp" android:color="#515151"/> <corners android:radius="3dp" /> <padding android:left="10dp" android:top="5dp"android:right="10dp" android:bottom="5dp" /></shape></resources>\[/code\]
 
Back
Top