Skip to content

yunuseker/WrapViewPager

Repository files navigation

WrapViewPager

Add WrapViewPager to your project

  1. Add WrapViewPager to your root build.gradle at the end of repositories:
allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}
  1. Add the dependency to your app build.gradle
dependencies {
        implementation 'com.github.yunuseker:WrapViewPager:1.0.0'
}
  1. Done You're all set, let's start!

Usage

<com.yunuseker.library.WrapViewPager
        android:id="@+id/wrap_view_pager"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"/>
        
        

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages