0

in my manifest I use this:

<activity
            android:name=".Overlay"
            parent="@android:style/Theme.Dialog"
            android:label="@string/label"
            android:theme="@style/Theme.Overlay" >
..
</activity>

Everytime I change the xml I get the this error "Attribute is missing the Android namespace prefix" After a project->clean it works until i change the xml again. android:parent does not exist, so what is the problem here and how to fix it?

thanks tata

user1324936
  • 2,187
  • 4
  • 36
  • 49

1 Answers1

-5

i have fixed it. it was my fault

user1324936
  • 2,187
  • 4
  • 36
  • 49