Button In FrameLayout ==> Change y? Android
I have a button in my FrameLayout开发者_如何学JAVA. 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?
I would try adding some padding inside an onClick listener.
精彩评论