Xian Dan
Xian Dan
希望可以发布到JCenter 使用起来方便一点
TopLeftRadius/TopRightRadius都为0,BottomLeftRadius/BottomRightRadius都为尺寸一半时,右边会有1像素内容  如果手动补1像素就会没有,但是这样不能解决根本问题,作者有什么好思路吗  
Added __rounded corners__, __border__, __corrected colors__, and the parameters are completely referenced to the latest github, making it closer to the style of github. 
Because `TYPE_ACTIVITY` cannot distinguish between `activity` and `activity-alias`, tag name is added
Preview will appear, always wrong ``` mm-camera: 1258: add_metadata_entry: source size: 16 greater than destination size: 0 for 117 ```
How to get the current frame?
我想在现有的图标库中再加几个图标,该怎么追加上去呢
get the file name without extension
**Describe the issue** 在主Library和子Library都有加入以下task,生成出的`javadoc.jar`和`sources.jar`并未合并 ``` task androidJavadocs(type: Javadoc) { source = android.sourceSets.main.java.srcDirs classpath += project.files(android.getBootClasspath().join(File.pathSeparator)) } task androidJavadocsJar(type: Jar, dependsOn: androidJavadocs) { archiveClassifier.set("javadoc") from androidJavadocs.destinationDir } task androidSourcesJar(type: Jar) {...
