Le Van Hoang
Le Van Hoang
I faced the same problem, is there any solution ?
hi @magx2 I still don't know the reason of this bug, but if you use `android:gravity="center_vertical"` the bug is gone. like this: ``` xml ```
hi @SumiMakito did you use the latest version of library: ``` dependencies { compile 'info.hoang8f:fbutton:1.0.5' } ```
Hi @VeeruPV Could you give me more details of the error's stack trace ? I am using this library With Android Studio and it works fine.
FButton uses the same padding tag with regular buttons. I don't know why this tag doesn't work for you. I still can use `android:paddingTop` or `android:paddingLeft` to set padding. ![screenshot_2014-11-25-18-20-08...
I just recognized that the `android:padding` attribute is ignored by FButton, so this tag also does not work for me. Thank you for your reply !
Hi @rogomantik First of all thank you for your very nice comment :+1: > //Changed updateBackground(pressedDrawable); to updateBackground(unpressedDrawable); > //When the touch leaves the button, the button gets up Yes,...
Hi @rogomantik Thank you for your detailed comments ! > 1. button go down > 2. button go up > 3. button is still up > 4. no click event,...
@tuyenvm Cảm ơn bạn đã phản hồi. Mình thấy có PR này https://github.com/tuyenvm/OpenKey/pull/166 và thử build lên bằng xcode thì thấy không còn bị lỗi nữa. Bạn thử review PR...