Android Material Color Resources


Лицензия

Лицензия

Группа

Группа

io.freefair.android-colors
Идентификатор

Идентификатор

material
Последняя версия

Последняя версия

1.4.0-m2
Дата

Дата

Тип

Тип

aar
Описание

Описание

Android Material Color Resources
Android Material Color Resources
Ссылка на сайт

Ссылка на сайт

https://github.com/freefair/android-colors
Организация-разработчик

Организация-разработчик

FreeFair
Система контроля версий

Система контроля версий

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

Скачать material

Имя Файла Размер
material-1.4.0-m2.pom
Обзор

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.4.0-m2