I am creating an android app which uses a schedule_layout.xml file located under the res folder but I'm getting this error, "Android is missing Android namespace prefix". What does it mean? How can I fix it?
<?xml version="1.0" encoding="utf-8"?>
<ListView
android:id="@+id/schedule"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
</ListView>