Action floating button library for use in Eclipse

I need to use FAB (like create a button in gmail),

I searched the net and found many FAB libraries on the internet, but the problem is they are all for Android Studio (aar files).

I also have a problem updating AppCompat to its newer version, so I can use the Float bar in it.

Is there a library (jar file) for the FAB to use in Ecplise?

+3


source to share


2 answers


https://gist.github.com/Jogan/9def6110edf3247825c9 try this, no library or any additional jar files needed. works great with eclipse.



+1


source


You can use almost any library available for Android Studio and adapt for Eclipse.



This is a library on github and does not require any changes: android-floating-button-eclipse

0


source







All Articles