Top "Imagebutton" questions

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

UWP xaml: How to display a button with icon and text in it?

How can I display an image/icon AND text in a button? <StackPanel Name="stackPanel" Orientation="Horizontal" Tapped="stackPanel_…

xaml uwp imagebutton uwp-xaml
animating ImageButton in android?

I am really new to animations in android (and pretty much anything else). Is there a way to animate an …

android animation imagebutton
ImageButton onClick change color

I'm creating an ImageButton like so: <ImageButton android:id="@+id/one" android:layout_width="0dip" android:layout_height="wrap_…

android imagebutton
Setting Button's margin programmatically

I am new to android and stuck in a very basic problem.I am working on an application in which …

android imagebutton layoutparams
Android buttonimage shake animation

I am new with android and im looking for a way to shake my buttonimage on click. I got this …

java android xml imagebutton shake
ASP.NET Master page DefaultButton override

I have a master page with a form element and the defaultbutton attribute set to a server-side ImageButton. On one …

c# asp.net imagebutton defaultbutton
android image button tooltip

I'm trying to build an app with image buttons that work like the action bar but i can't get them …

android xml tooltip imagebutton
Android custom ListView with ImageButton is not getting focus

I am developing an app for android TV. I have a listview with an ImageButton + Textviews as children. As TV …

android android-listview focus imagebutton
Android ImageButton - determine what resource is currently set

Is there a way I can find what resource a particular ImageButton is set to, at any given time? For …

android resources imagebutton drawable
Creating a triangular shaped button for android application

I need to create 2 buttons arranged like this in my android application: But the problem is that the button I …

android button imagebutton