button setImage in android xamarin -


i have following part implemented in ios.xamarin; know equilavent of following in android.xamarin.

button.setimage (selectedimage, uicontrolstate.selected); 

android has imagebutton class can use. inherits several setimage* methods imageview can use set image in code.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -