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
Post a Comment