Top "Imagebutton" questions

An image button is a button that displays an image, regardless of platform

asp:ImageButton not firing onclick event

I have a page that uses a master page, several RequiredFieldValidators, and the Web Toolkit autocomplete extender. The following code …

asp.net webforms master-pages onclick imagebutton
how to set an onclick listener for an imagebutton in an alertdialog

I have a layout with an ImageButton that is inflated in an AlertDialog, where/how should I set an onClick …

android onclick android-alertdialog imagebutton
How to remove ImageButton's standard background image?

In ImageButton I want to remove the standard button background image. In http://developer.android.com it is said, that …

android imagebutton
Error : <item> tag requires a 'drawable' attribute or child tag defining a drawable

I created a state-list selector file item_bg_selector.xml in the drawable folder like this : <selector xmlns:android="…

android layout imagebutton statelistdrawable
Apply Material Design Touch Ripple to ImageButton?

I have an imagebutton that doesn't respond with a touch animation when it is clicked because it is a static …

android xml android-5.0-lollipop imagebutton material-design
Difference between a clickable ImageView and ImageButton

I'm just wondering if there is any significant difference between an ImageView that's set to be clickable, compared with an …

android android-imageview imagebutton
how can i resize imageButton?

I want to resize my ImageButton using mouse on graphic layout or using code by android:layout_width , android:layout_…

android resize imagebutton
Android highlight an imagebutton when clicked

I am using an ImageButton. But I don get the highlight when clicked. I googled and many suggested to use …

android imagebutton
How do I keep the aspect ratio on image buttons in android?

I have 5 square ImageButtons that I want to have lined up side by side on the bottom of the screen. …

android imagebutton aspect-ratio
disable an ImageButton?

I wanted to leave an ImageButton is disabled (not clickable) but have used android: enabled = "false" and does't work. Does …

android imagebutton