Android Icon Pack Material Dashboard
The minimum API level supported by this library is API 15
Add JitPack repository to root build.gradle
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
Add the dependency
dependencies {
implementation 'com.github.danimahardhika.candybar-library:core:3.5.0-b4'
}
Or use a snapshot
dependencies {
implementation('com.github.danimahardhika.candybar-library:core:-SNAPSHOT') {
changing = true
}
}
Take a look inside Wiki Site
NOTE: This is just Icon Pack Dashboard, not Icon Pack template or Icon Pack tutorial. You need to add required XML for Icon Pack by yourself.
Support development by making donation through demo app at Google Play
Help translating CandyBar to supports more languages here
Join CandyBar community on Google+
Want your icon pack listed here? Mention me at Google Plus.
Copyright (c) 2014-2016 Dani Mahardhika
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.