# Android 常用 View集合
这份资料主要是收集一些常用的自定义View类,为Anroid开发者提供参考,或者直接使用。
这份资料我会不断的更新完善, 同时也欢迎更多具有丰富经验的Android开发者将自己常用的工具类分享上来, 我将定期筛选合并, 该份资料有不足的地方, 也请指出, 我会谦虚接受改正, 希望我能与大家一起来成长, 谢谢.
// 项目引用
dependencies {
compile 'com.github.LidongWen:commonWeight:1.0.0'
}
// 根目录下引用
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
maven { url "https://www.jitpack.io" }
}
}
E-mail:[email protected]
blog: wenld’s blog