Top "Android-imagebutton" questions

Displays a button with an image (instead of text) that can be pressed or clicked by the user.

How set the onClick event in a ImageButton?

I have created one image button in android, but when I am clicking on that button nothing is happening. I …

android events onclick listener android-imagebutton
How to set ImageButton property of app:srcCompat="@drawable/pic" programmatically?

How to set the ImageButton property of app:srcCompat="@drawable/pic" programmatically? Something like myImageButton.setBackgroundResource(R.drawable.eng2); but …

android android-appcompat android-imagebutton
Android - change send icon's color on ImageButton

How to change the default color of send icon on this ImageButton? <ImageButton android:id="@+id/ImageButton1" android:layout_…

java android android-imagebutton
Implementing Ripple effect outside ImageButton

I am trying to implement ripple effect for ImageButton.I have set ripple in background and drawable image in the …

android android-5.0-lollipop android-imagebutton rippledrawable
Is there a way to fill parent minus a fixed number in Android RelativeLayout?

I have an ImageButton that I want to fill its parent RelativeLayout container for its width but minus a few …

android android-relativelayout android-imagebutton fill-parent
Error inflating class ImageButton

I have an app which has fragment and image button on that. The problem is it's working on and above 5.0 …

android android-resources android-imagebutton inflate-exception binary-xml
Android set background color button pressed

I would like to change the background color of my ImageButton on pressed event. Here is what i am done : &…

android selector android-imagebutton android-shape
How to return to home screen from Activity

I know Android will return to the home screen when I press the Home key, however, I want my imageButton …

android onclicklistener homescreen android-imagebutton