Releases: markormesher/android-fab
v1.3.3
v1.3.2
v1.3.1
FIX: "cover view" has its visibility set to GONE when the speed-dial menu is closed to prevent phantom click interception.
v1.3.0
v1.2.1
ADD: Accessors for two of the main views that make up the FAB.
v1.2.0
v1.1.1
FIX: Speed-dial items have their visibility set to GONE
when the menu is closed to prevent phantom clicks.
CHANGE: Members of SpeedDialMenuAdapter.MenuItem
are now public to make construction code slightly nicer; see the demo app for an example.
v1.1.0
v1.0.1
CHANGE: Documentation fix.
v1.0.0
ADD: FAB icon can now be specified as a View
, Drawable
or Drawable
resource ID.
ADD: Demo app now shows all features in one activity.
ADD: Speed-dial menu icons can now be specified as a View
, Drawable
or Drawable
resource ID.
ADD: Speed-dial menu labels can now be specified as a View
, String
or String
resource ID.