Xian Dan

Results 15 issues of Xian Dan

希望可以发布到JCenter 使用起来方便一点

TopLeftRadius/TopRightRadius都为0,BottomLeftRadius/BottomRightRadius都为尺寸一半时,右边会有1像素内容 ![image](https://user-images.githubusercontent.com/17588779/49074344-78fdf100-f26f-11e8-8982-3c00bf92f477.png) 如果手动补1像素就会没有,但是这样不能解决根本问题,作者有什么好思路吗 ![image](https://user-images.githubusercontent.com/17588779/49074607-f45fa280-f26f-11e8-92b1-dec6b204f85f.png) ![image](https://user-images.githubusercontent.com/17588779/49074288-57046e80-f26f-11e8-97d4-7fa883d3cad1.png)

Added __rounded corners__, __border__, __corrected colors__, and the parameters are completely referenced to the latest github, making it closer to the style of github. ![image](https://user-images.githubusercontent.com/17588779/95735488-736cf100-0cb7-11eb-822b-7f131ea3dc86.png)

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) {...

![image](https://user-images.githubusercontent.com/17588779/33429693-ca858bde-d608-11e7-9db9-b757f5a1b09b.png)