android add image node

This commit is contained in:
pengfei.zhou
2019-08-06 19:37:08 +08:00
parent bb86c3c332
commit 471e87badc
6 changed files with 57 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
package com.github.penfeizhou.doricdemo;
import com.bumptech.glide.annotation.GlideModule;
import com.bumptech.glide.module.AppGlideModule;
/**
* @Description: com.github.penfeizhou.doricdemo
* @Author: pengfei.zhou
* @CreateDate: 2019-08-06
*/
@GlideModule
public class MyGlideModule extends AppGlideModule {
}