Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ElasticView is a JetpackCompose library will help you add an Elastic Effect for your all kind of widgets

License

NotificationsYou must be signed in to change notification settings

qamarelsafadi/ElasticView

Repository files navigation

ElasticView is a JetpackCompose library that will help you add an Elastic Effect for your all kind of widgets

Maven Central

Setup

Update yoursettings.gradle file with the following dependency.

dependencyResolutionManagement {    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)    repositories {        google()        mavenCentral()        maven { url'https://jitpack.io' }// this one    }}

Update your module levelbuild.gradle file with the following dependency.

dependencies {  implementation'com.github.qamarelsafadi:ElasticView:v0.2' }

How to use

You can wrap your widget withElasticView and you can enjoy the effect

ElasticView {Text(text="Hello Android!", modifier=Modifier.align(Alignment.Center))    }

Find this library useful? ❤️

Star it and Follow me for more content like this

Support

"Buy Me A Coffee"

About

ElasticView is a JetpackCompose library will help you add an Elastic Effect for your all kind of widgets

Topics

Resources

License

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp