• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps scrollview unbound prefix issue

pathanos

Newbie
My code is

<ScrollView android:layout_height="fill_parent" android:layout_width="fill_parent">
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
>


I'm getting the error on the scrollview line. Any ideas?
 
Back
Top Bottom