FadingActionBar (native action bar)
Deprecated since v3.0.0 of FadingActionBar adds support for all action bar types (native, Sherlock, ActionBarCompat).
| License | License | 
|---|---|
| Categories | CategoriesNative Development Tools | 
| GroupId | GroupIdcom.github.manuelpeinado.fadingactionbar-native | 
| ArtifactId | ArtifactIdparent | 
| Last Version | Last Version2.2.2 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionAndroid-FadingActionBar-Native (Parent) Android library implementing a fading effect for the action bar, similar to the one found in the Play Music app | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| parent-2.2.2.pom | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.manuelpeinado.fadingactionbar-native/parent/ -->
<dependency>
    <groupId>com.github.manuelpeinado.fadingactionbar-native</groupId>
    <artifactId>parent</artifactId>
    <version>2.2.2</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.github.manuelpeinado.fadingactionbar-native/parent/
implementation 'com.github.manuelpeinado.fadingactionbar-native:parent:2.2.2'// https://jarcasting.com/artifacts/com.github.manuelpeinado.fadingactionbar-native/parent/
implementation ("com.github.manuelpeinado.fadingactionbar-native:parent:2.2.2")'com.github.manuelpeinado.fadingactionbar-native:parent:pom:2.2.2'<dependency org="com.github.manuelpeinado.fadingactionbar-native" name="parent" rev="2.2.2">
  <artifact name="parent" type="pom" />
</dependency>@Grapes(
@Grab(group='com.github.manuelpeinado.fadingactionbar-native', module='parent', version='2.2.2')
)libraryDependencies += "com.github.manuelpeinado.fadingactionbar-native" % "parent" % "2.2.2"[com.github.manuelpeinado.fadingactionbar-native/parent "2.2.2"]Deprecated since v3.0.0 of FadingActionBar adds support for all action bar types (native, Sherlock, ActionBarCompat).