l

library

The MultiViewPager is an extension of the support-v4 library's ViewPager that allows the pages to be wider or narrower than the ViewPager itself. It takes care of aligning the pages next to each other, and always keeping the selected page centered.
https://github.com/Pixplicity/MultiViewPager
The Apache Software License, Version 2.0
Paul Lammerstma
Files download
File Operation
library-1.0.pom download
library-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.pixplicity.multiviewpager</groupId>
  <artifactId>library</artifactId>
  <version>1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.pixplicity.multiviewpager:library:1.0'
Gradle Kotlin
implementation("com.pixplicity.multiviewpager:library:1.0")
Scala SBT
libraryDependencies += "com.pixplicity.multiviewpager" % "library" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.pixplicity.multiviewpager', module='library', version='1.0')
)
Apache Ivy
<dependency org="com.pixplicity.multiviewpager" name="library" rev="1.0" />
Leiningen
[com.pixplicity.multiviewpager/library "1.0"]
Apache Buildr
'com.pixplicity.multiviewpager:library:jar:1.0'