Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 619 Bytes

File metadata and controls

35 lines (26 loc) · 619 Bytes

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"/>