Uri
uri =
new Uri.Builder()
.scheme(UriUtil. LOCAL_RESOURCE_SCHEME)
.path(String. valueOf(R.mipmap. ticket_order))
.build();
DraweeController controller = Fresco. newDraweeControllerBuilder()
.setUri( uri)
.setAutoPlayAnimations( true)
.build();
.scheme(UriUtil. LOCAL_RESOURCE_SCHEME)
.path(String. valueOf(R.mipmap. ticket_order))
.build();
DraweeController controller = Fresco. newDraweeControllerBuilder()
.setUri( uri)
.setAutoPlayAnimations( true)
.build();