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

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -