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-1.0.2.pom download
Apache Maven
<dependency>
  <groupId>com.github.manuelpeinado.fadingactionbar</groupId>
  <artifactId>parent</artifactId>
  <version>1.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.manuelpeinado.fadingactionbar:parent:1.0.2'
Gradle Kotlin
implementation("com.github.manuelpeinado.fadingactionbar:parent:1.0.2")
Scala SBT
libraryDependencies += "com.github.manuelpeinado.fadingactionbar" % "parent" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.manuelpeinado.fadingactionbar', module='parent', version='1.0.2')
)
Apache Ivy
<dependency org="com.github.manuelpeinado.fadingactionbar" name="parent" rev="1.0.2" />
Leiningen
[com.github.manuelpeinado.fadingactionbar/parent "1.0.2"]
Apache Buildr
'com.github.manuelpeinado.fadingactionbar:parent:jar:1.0.2'