p

parent

Android library implementing a fading effect for the action bar, similar to the one found in the Play Music app
https://github.com/ManuelPeinado/FadingActionBar
Apache License Version 2.0
Manuel Peinado G.
Manuel Peinado
Files download
File Operation
parent-2.1.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.manuelpeinado.fadingactionbar</groupId>
  <artifactId>parent</artifactId>
  <version>2.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.manuelpeinado.fadingactionbar:parent:2.1.0'
Gradle Kotlin
implementation("com.github.manuelpeinado.fadingactionbar:parent:2.1.0")
Scala SBT
libraryDependencies += "com.github.manuelpeinado.fadingactionbar" % "parent" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.manuelpeinado.fadingactionbar', module='parent', version='2.1.0')
)
Apache Ivy
<dependency org="com.github.manuelpeinado.fadingactionbar" name="parent" rev="2.1.0" />
Leiningen
[com.github.manuelpeinado.fadingactionbar/parent "2.1.0"]
Apache Buildr
'com.github.manuelpeinado.fadingactionbar:parent:jar:2.1.0'