feat: relative path support for ui image source

This commit is contained in:
hyb1996
2018-01-24 12:31:12 +08:00
parent c8450dfc3a
commit 316415343f
21 changed files with 280 additions and 136 deletions

View File

@@ -87,7 +87,7 @@ public class App extends MultiDexApplication {
}
private void setupDrawableImageLoader() {
Drawables.setImageLoader(new ImageLoader() {
Drawables.setDefaultImageLoader(new ImageLoader() {
@Override
public void loadInto(ImageView imageView, Uri uri) {
GlideApp.with(App.this)