android - Circular ImageView on Xamarin -


i working on xamarin android application, , need make circular imageview.

how can achieved?

i use roundedimageview library. it's written in java, can write binding without problems. once do, can add .axml:

<roundedimageview     local:riv_corner_radius="15dp"     local:riv_oval="false"     android:scaletype="centercrop"     android:layout_width="30dp"     android:layout_height="30dp" /> 

edit future readers: wrote port of roundedimageview xamarin.android, based on library linked on post. source code can found here , nuget package here. mvxroundedimageview included use mvvmcross.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -