-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cd498ad
commit 415cc2b
Showing
1 changed file
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
# <h1 align="center"> Like Button Animation Library </h1> | ||
<p align="center">The Animated Like Button library is a versatile and user-friendly tool that empowers developers to create customizable buttons with animated interactions. Designed to enhance user engagement, this library allows you to effortlessly integrate animated like buttons into your projects, adding a touch of dynamism to user interactions. </p> | ||
|
||
|
||
# <h1 align="center">🖼 Preview </h1> | ||
|
||
<p align="center"> | ||
<img src="https://github.com/betulnecanli/Animated-Like-Button/blob/master/preview/preview.gif?raw=true"/> | ||
</p> | ||
|
||
|
||
|
||
# <h1 align="center">🪧 About </h1> | ||
|
||
|
||
- Customization: Tailor your like button to suit your application's aesthetic with the ability to choose from a variety of icons, background styles, and icon colors. | ||
- Interactive Animations: Capture user attention and create a delightful user experience by incorporating smooth animations during button clicks and releases. | ||
- Easy Integration: Seamlessly integrate the Animated Like Button into your projects with straightforward implementation, saving you time and effort. | ||
- Versatility: Whether you're working on a social media platform, a blog, or any other application, this library adapts to various contexts, providing a polished and interactive element. | ||
|
||
|
||
# <h1 align="center">📌 Usage </h1> | ||
Step 1. Add the JitPack repository to your build file | ||
Add it in your root build.gradle at the end of repositories: | ||
```bash | ||
dependencyResolutionManagement { | ||
repositories { | ||
... | ||
maven { url 'https://jitpack.io' } | ||
} | ||
} | ||
``` | ||
Step 2. Add the dependency | ||
```bash | ||
dependencies { | ||
implementation | ||
} | ||
``` | ||
# <h1 align="center">📖 XML Properties </h1> | ||
| Properties | Description | | ||
|----------------------|----------------------------| | ||
| | | | ||
| | | | ||
| | | | ||
| | | | ||
# <h1 align="center">📎 Example </h1> | ||
```bash | ||
< /> | ||
``` | ||
# License | ||
```xml | ||
Designed and developed by 2023 Betül Necanlı | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
``` |