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

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -