文件名称:Android代码-Colorful
文件大小:391KB
文件格式:ZIP
更新时间:2022-08-25 21:56:46
Android代码
Colorful Colorful is a dynamic theme library allowing you to change your apps' color schemes easily. License Colorful is licensed under the Apache 2.0 License, in common Android style. Copyright 2016 Garret Yoder Installation Add jitpack to your maven sources allprojects { repositories { ... maven { url "https://jitpack.io" } } } Add Colorful as a dependency to your build.gradle dependencies { compile 'com.github.garretyoder:Colorful:1.1' } Usage In your Application
【文件预览】:
Colorful-master
----settings.gradle(19B)
----build.gradle(644B)
----library()
--------build.gradle(609B)
--------src()
--------proguard-rules.pro(751B)
----.travis.yml(384B)
----gradlew(5KB)
----LICENSE(11KB)
----screenshots()
--------screen2.png(52KB)
--------screen1.png(49KB)
--------Colorful.png(230KB)
--------screen3.png(53KB)
----README.md(8KB)
----gradlew.bat(2KB)
----gradle()
--------wrapper()