SkeletonLoadingView Save

SkeletonLoadingView(Shimmer) with Kotlin in Android๐Ÿ’€๐Ÿ’€

Project README

SkeletonLoadingView

Download Android Arsenal

SkeletonLoadingView with Kotlin ๐Ÿ’€๐Ÿ’€

sample

Requirements

minApi 12+

Usage

	<com.omjoonkim.skeletonloadingview.SkeletonLoadingView
			android:id="@+id/skeletonView"
			android:layout_width="100dp"
			android:layout_height="12dp"
			app:baseColor="#fbfbfb" //customize baseColor  default : #fbfbfb
			app:deepColor="#f2f2f2" //customize deepColor  default : #f2f2f2
			app:duration="1500" //customize duration  default : 1500
			app:interval="1000" //customize interval of animation  default : 0
			app:progressLength="120dp" //customize progressLength  default : 120dp
			app:radius="5dp" //customize radius default : 5dp
			app:autoStart="true" //customize autoStart. default : true
			/>

Integration

add to your app build.gradle

dependencies {
implementetion  'com.omjoonkim.library:skeleton-loading-view:0.1.3'
}

Contribute

always welcome ๐Ÿ‘ Only pull request.

Open Source Agenda is not affiliated with "SkeletonLoadingView" Project. README Source: omjoonkim/SkeletonLoadingView

Open Source Agenda Badge

Open Source Agenda Rating