Removed all blurred images. New FAB animation when opening now playing. Decreased image loader memory cache size.
This commit is contained in:
parent
bef024a803
commit
1be2260b60
9 changed files with 144 additions and 709 deletions
|
|
@ -40,7 +40,6 @@ public class App extends Application {
|
|||
ImageLoaderConfiguration config = new ImageLoaderConfiguration.Builder(this)
|
||||
.imageDownloader(new PhonographImageDownloader(this))
|
||||
.taskExecutor(new PhonographExecutor())
|
||||
.memoryCacheSizePercentage(30)
|
||||
.build();
|
||||
ImageLoader.getInstance().init(config);
|
||||
L.writeLogs(false); // turns off UILs annoying LogCat output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue