Make use of the new FadeIn constructor (only fade in on network/disk fetch)
This commit is contained in:
		
							parent
							
								
									a7e58c154c
								
							
						
					
					
						commit
						c9159b8bff
					
				
							
								
								
									
										2
									
								
								extern/Universal-Image-Loader
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
								
									
									
								
							
						
						
									
										2
									
								
								extern/Universal-Image-Loader
									
									
									
									
										vendored
									
									
								
							@ -1 +1 @@
 | 
			
		||||
Subproject commit 8e573ccd9ca0d6d4feab06d4150396f4b8ca12db
 | 
			
		||||
Subproject commit f841edd9379bbd0888e7d3320fde2fd375b7078c
 | 
			
		||||
@ -83,8 +83,7 @@ public class FDroidApp extends Application {
 | 
			
		||||
            .cacheInMemory(true)
 | 
			
		||||
            .cacheOnDisc(true)
 | 
			
		||||
            .showImageOnLoading(android.R.drawable.sym_def_app_icon)
 | 
			
		||||
            .showImageForEmptyUri(android.R.drawable.sym_def_app_icon)
 | 
			
		||||
            .displayer(new FadeInBitmapDisplayer(200))
 | 
			
		||||
            .displayer(new FadeInBitmapDisplayer(250, true, true, false))
 | 
			
		||||
            .build();
 | 
			
		||||
        ImageLoaderConfiguration config = new ImageLoaderConfiguration.Builder(ctx)
 | 
			
		||||
            .discCache(new UnlimitedDiscCache(cacheDir, new FileNameGenerator() {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user