This project is a standalone implementation of the Material Speed Dial, extracted from MaterialFiles. It is designed as a lightweight and standalone component, specifically tailored to support Material You theming.
The purpose of this project is to provide a simplified version of the Material Speed Dial feature. The code has been streamlined, removing any unnecessary components that were not utilized in the context of this standalone project.
I would like to express my gratitude to the following projects and their contributors:
To integrate the Material Speed Dial component into your project, follow these steps:
-
Import FloatingActionButtonSpeedDial
-
Download the Source Code:
First, download the
speedDial
folder from this repository. -
Copy to Your Project:
Copy the
speedDial
folder into your Android project directory. -
Update Package Name:
Rename the package inside the
speedDial
folder to match your project's package name. You can do this by renaming the package declaration in the Java/Kotlin files and the corresponding folder structure. -
Integration:
Integrate the Material Speed Dial component into your desired activity or fragment as per your project requirements. You can customize the behavior and appearance of the speed dial according to your needs.
-
Theme Configuration:
Ensure that your project's theme is set up to support Material You theming. Adjust the colors and styles in your project's theme file to achieve the desired Material You look and feel.
-
Build and Run:
Build your project and run the app to see the Material Speed Dial in action within your project.
Feel free to customize the component further to align it with your project's design guidelines and user experience goals.
This project is licensed under the GPL-3.0 License.