xml - Attribute is missing the android namespace prefix, can't find error -


<linearlayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:background="#ffcccccc" android:orientation="vertical" tools:context=".maindrawingactivity" >  </linearlayout> 

i can't figure out what's missing... please?

it's linearlayout, not linearlayout. capitalize l.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -