softrice

Results 4 comments of softrice

@9h0st windowIsTranslucent设置为true 在activity启动的时候使用convertFromTranslucent置成false, 在滑动的时候使用convertToTranslucent置成true. 与正常的生命周期相比,只有细微差别 具体你可以打印看看

I solved the problem. repalce `compile 'com.facebook.rebound:rebound:0.3.+'` with `compile 'com.facebook.fresco:fresco:0.8.1'` like this dependencies { //compile 'com.facebook.rebound:rebound:0.3.+' compile 'com.facebook.fresco:fresco:0.8.1' } I used 'com.facebook.fresco:fresco:0.8.1' somewhere