recompose icon indicating copy to clipboard operation
recompose copied to clipboard

Add support for ImageButton

Open pocmo opened this issue 5 years ago • 1 comments

XML: https://developer.android.com/reference/android/widget/ImageButton

Compose: I assume it will be something like:

Button(..) {
    Image(..)
}

pocmo avatar Oct 02 '20 17:10 pocmo

Can I work on this, please?

anesabml avatar Nov 24 '20 17:11 anesabml