About 1,280,000 results
Open links in new tab
  1. How to Create an ImageButton in Android? - GeeksforGeeks

    Jul 17, 2022 · Android ImageButton is a user interface widget that is used to display a button having an image and to perform exactly like a button when we click on it but here, we add an …

  2. How to add image for button in android? - Stack Overflow

    Nov 17, 2010 · To make a button appear with text and an icon, use the Button class with the android:drawableLeft attribute: <Button android:layout_width="wrap_content" …

  3. ImageButton | API reference - Android Developers

    Displays a button with an image (instead of text) that can be pressed or clicked by the user. By default, an ImageButton looks like a regular Button, with the standard button background that …

  4. How to Combine Text and Image on a Button or ImageButton in Android

    Jul 17, 2022 · Android ImageButton is a user interface widget that is used to display a button having an image and to perform exactly like a button when we click on it but here, we add an …

  5. ImageButton in Kotlin - GeeksforGeeks

    Jan 29, 2025 · An ImageButton in Android is a specialized Button that displays an image instead of text while functioning like a regular button. When clicked, it triggers an action just like a …

  6. Android ImageButton Control - Online Tutorials Library

    An ImageButton is an AbsoluteLayout which enables you to specify the exact location of its children. This shows a button with an image (instead of text) that can be pressed or clicked by …

  7. ImageButton Tutorial With Example In Android Studio

    Sep 21, 2019 · Learn the concept of ImageButton and its attributes with example and code in Android Studio. Also one example with round corner Image Button.

  8. Android ImageButton Example - Examples Java Code Geeks

    Jan 15, 2013 · In Android you can use the ImageButton component to display a normal Button with a custom image as a background. The ImageButton has all the properties of a normal …

  9. java - How to create image button in android? - Stack Overflow

    Jun 24, 2012 · So I'm new to android development...How can I create an image that acts like button, so when I press that image, image starts a specific activity. So I want this to show as …

  10. Android ImageButton Using Kotlin With Example - Tutorialwing

    ImageButton is a subclass of imageView that displays a button with image that can be clicked or pressed by user. By default, it acts as button. However, you can set image using android:src …

  11. Some results have been removed