Android Holo Color Resources


License

License

GroupId

GroupId

io.freefair.android-colors
ArtifactId

ArtifactId

holo
Last Version

Last Version

1.4.0-m2
Release Date

Release Date

Type

Type

aar
Description

Description

Android Holo Color Resources
Android Holo Color Resources
Project URL

Project URL

https://github.com/freefair/android-colors
Project Organization

Project Organization

FreeFair
Source Code Management

Source Code Management

https://github.com/freefair/android-colors/

Download holo

Filename Size
holo-1.4.0-m2.pom
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/io.freefair.android-colors/holo/ -->
<dependency>
    <groupId>io.freefair.android-colors</groupId>
    <artifactId>holo</artifactId>
    <version>1.4.0-m2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.freefair.android-colors/holo/
implementation 'io.freefair.android-colors:holo:1.4.0-m2'
// https://jarcasting.com/artifacts/io.freefair.android-colors/holo/
implementation ("io.freefair.android-colors:holo:1.4.0-m2")
'io.freefair.android-colors:holo:aar:1.4.0-m2'
<dependency org="io.freefair.android-colors" name="holo" rev="1.4.0-m2">
  <artifact name="holo" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.freefair.android-colors', module='holo', version='1.4.0-m2')
)
libraryDependencies += "io.freefair.android-colors" % "holo" % "1.4.0-m2"
[io.freefair.android-colors/holo "1.4.0-m2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

android-colors

Color resources for your android project

Available modules:

How to include

repositories { 
    // ...
    maven { url "https://jitpack.io" }
}
dependencies {
    compile 'io.freefair.android-colors:material:1.2.0'
    // or
    compile 'io.freefair.android-colors:holo:1.2.0'
}

Usage

XML

<item name="colorPrimary">@color/material_indigo_500</item>
<item name="colorPrimary">@color/holo_red_light</item>

Java

R.color.material_indigo_500
R.color.holo_red_light
io.freefair.android-colors

freefair

Versions

Version
1.4.0-m2