views:

71

answers:

1

I have a button in my FrameLayout. When the user selects the button i need to bring the button a little bit higher, so decrease it's y. How can i do this in code?

A: 

I would try adding some padding inside an onClick listener.

Macarse