I have a GraphicsView class that extends from the View class and I want to add this GraphicsView class to the main layout in my projec
GraphicsView
View
You need to give complete path of your class that extends View,
<com.blah.blah.GraphicsView android:id="@+id/view" android:layout_width="fill_parent" android:layout_height="wrap_content"/>