MrMohammad
New Member
I had 2 errors but i got one fixed. I still have the Error parsing XML unbound prefix error thou at the com.admob.android.ads wats wrong?\[code\]<?xml version="1.0" encoding="utf-8"?><RelativeLayout><WebView xmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:id="@+id/webview"android:layout_width="fill_parent"android:layout_height="fill_parent" /><com.admob.android.ads.AdView android:id="@+id/ad" android:layout_width="fill_parent" android:layout_height="wrap_content" xmlns:backgroundColor="#000000" xmlnsrimaryTextColor="FFFFFF" xmlns:secondaryTextColor="#CCCCCC" android:layout_alignParentTop="true" ads:adUnitId="xxxxxxxxxxxx" ads:adSize="BANNER" ads:loadAdOnCreate="true" /> </RelativeLayout> \[/code\]