Scalified / fab

Floating Action Button Library for Android
Apache License 2.0
849 stars 164 forks source link

Added BIG size, 72dp size for fab buttons, Fix MOVE feedback, update gitignore #16

Closed Aracem closed 9 years ago

Aracem commented 9 years ago

1 Added BIG size for fab buttons. Big size shows a 72dp fab button. Could be useful for some projects.

I have a little problems with your code style. I use Android AOSP code style. If you have problem whith this please comment and cancel the pull request. I will make another one with your code style.

2 Resolve the problem with the OnTouchEvent - MOVE that causes the ActionButton stay Pressed when the user clicks and move the finger out of the ActionButton.

3 Improve .gitignore to not add unneccesary files

Thank you so much

Aracem commented 9 years ago

@shell-software Probably this has conflicts due not well formed .gitignore that add gradle files to the repository

vbaidak commented 9 years ago

Hi Aracem,

The pull has been accepted with modifications:

  1. Changed the way of converting density-dependent values into density-independent ones (project uses new logic, starting from version 1.1.0)
  2. Reworked onTouchEvent(MotionEvent) overridden method as described
  3. Removed excessive ignores from .gitignore (see comments)