android - Adding a Custom Class View in XML -


i have following xml source

 <view  android:layout_width="fill_parent"  android:layout_height="150dp"  android:id="@+id/plotviewmodel" /> 

if use view, see other views on content.

since view oxyplot (class), directly changed within xml. however, content page put other views properly. however, when build , run project, loads. know there other way it?

 <oxyplot.xamarin.android.plotview  android:layout_width="fill_parent"  android:layout_height="150dp"  android:id="@+id/plotviewmodel" /> 


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -