s

systembartint

Apply background tinting to the Android system UI when using KitKat translucent modes
https://github.com/jgilfelt/SystemBarTint
The Apache Software License, Version 2.0
Jeff Gilfelt
Files download
File Operation
systembartint-1.0.3.jar download
systembartint-1.0.3.pom download
systembartint-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.readystatesoftware.systembartint</groupId>
  <artifactId>systembartint</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.readystatesoftware.systembartint:systembartint:1.0.3'
Gradle Kotlin
implementation("com.readystatesoftware.systembartint:systembartint:1.0.3")
Scala SBT
libraryDependencies += "com.readystatesoftware.systembartint" % "systembartint" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.readystatesoftware.systembartint', module='systembartint', version='1.0.3')
)
Apache Ivy
<dependency org="com.readystatesoftware.systembartint" name="systembartint" rev="1.0.3" />
Leiningen
[com.readystatesoftware.systembartint/systembartint "1.0.3"]
Apache Buildr
'com.readystatesoftware.systembartint:systembartint:jar:1.0.3'
Dependencies
The project has no third-party dependencies