Hello i'm new in Android Programming Currently i'm practicing TableLayout but somehow there's an strange error.
error: Error parsing XML: unbound prefix
This is my code.
<?xml version="1.0" encoding="utf-8"?>
<TableLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#004400"
>
Need help for find the error
Thank you for your attention