Skip to content
Advertisement

How to make this kind of button? [closed]

I am creating a currency converter and I want to create a button that switches or swaps values. I appreciate the support.

enter image description here

Advertisement

Answer

It is just simple ImageButton

You can set this button using following code :

JavaScript

After that, Just set simple View.OnClickListener()

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement