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