javaherisaber / FabSpeedDial

Add Speed dial options on top of FloatingActionButton and ExtendedFloatingActionButton
Apache License 2.0
2 stars 0 forks source link

This is not for jetpack-compose #1

Closed TheFreezingChicken closed 2 years ago

TheFreezingChicken commented 2 years ago

Jetpack Compose is a library that uses composable functions, what you're using here is a normal View approach. Remove the tag and update your readme.

Jetpack Compose

javaherisaber commented 2 years ago

@TheFreezingChicken Updated! This is an old experimental project which I had been planning to add compose in early alpha or (dev) versions. Which turned out to be forgotten.

Thanks for the reminder.